Click to See Complete Forum and Search --> : Reset select/input fields


Asiralia
12-02-2003, 07:42 AM
Hello,

I am new to JavaScript and honestly am afraid.

I created an application which has select fields and input fields.

I need some help to put a reset button which resets the select fields to 'ALL' (initial choice) and the input fields to blank.

Any ideas would be so much appreciated.

Asi

batfink
12-02-2003, 08:26 AM
<input type="reset" name="reset" value="RESET">

Asiralia
12-02-2003, 08:31 AM
I feel so stupid for asking such a stupid quesiton but I am so greatuful for your response.

Thank you have a wonderful day.