The Reset button returns the form to the state it was originally in when it was loaded. Any default values you added will be retained. The code for a rest button is this:
<INPUT TYPE = "Reset" Value = "Clear">
Note the TYPE is now "Reset". The value attribute works in the same way that the Submit button does - it's the text that will appear on the button.
No comments:
Post a Comment