|
The NetObjects Fusion Form Tools allow you to use an “Image” as a form button, but only for a “Submit” button.
If you want to use a “Reset” button which is a graphic, you can do this using a little JavaScript as an External Link.
Place the graphic on the page using the Picture Tool
Click on the “Link” button in the “Picture Properties” window
Click on the “External Link” tab
Select “javascript:” from the protocal menu (it will initially say “http://”)
Enter this code into the link field:
|
document.forms[0].reset()
|
|
|
Thanks to Team NetObjects Member Blake Kadatz for picking this up, and correcting a JavaScript error on the Workbench Builder’s part :)
|