trsands
01-08-2004, 03:08 PM
I take the input from 4 fields process them and add the resulting string to a select box. Early in my script developement when I clicked all the input fields cleared and left the select list intact . Now it even clears the select list:
<input type="reset" name="btNext" value="NEXT" onClick="showchoices()">
How do I get reset option to leave some fields intact?
<input type="reset" name="btNext" value="NEXT" onClick="showchoices()">
How do I get reset option to leave some fields intact?