I have a two page survey form with the "Reset" button on the second page. The script for the "Reset" button is below:
<a href="document.forms[0].reset();"><img NAME="clearbutton" ALT="Reset" SRC="/clear.gif"></a>
Anything I type on Page 2 will clear when I click "Reset". But if I type info on Page 2, click back to Page 1, go forward to page 2, then click "Reset" the information I typed in previously will not go away. If I type new information over the old, clicking "Reset" will bring the old information back. How can I solve this? My Page 2 has text fields, drop down boxes, and radio buttons.
Thank you.
<a href="document.forms[0].reset();"><img NAME="clearbutton" ALT="Reset" SRC="/clear.gif"></a>
Anything I type on Page 2 will clear when I click "Reset". But if I type info on Page 2, click back to Page 1, go forward to page 2, then click "Reset" the information I typed in previously will not go away. If I type new information over the old, clicking "Reset" will bring the old information back. How can I solve this? My Page 2 has text fields, drop down boxes, and radio buttons.
Thank you.