Connected: An Internet Encyclopedia
8.1.2.8. Reset Button: INPUT TYPE=RESET

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1866
Up: 8. Forms
Up: 8.1. Form Elements
Up: 8.1.2. Input Field: INPUT
Prev: 8.1.2.7. Submit Button: INPUT TYPE=SUBMIT
Next: 8.1.3. Selection: SELECT

8.1.2.8. Reset Button: INPUT TYPE=RESET

8.1.2.8. Reset Button: INPUT TYPE=RESET

An <INPUT> element with `TYPE=RESET' represents an input option, typically a button, that instructs the user agent to reset the form's fields to their initial states. The VALUE attribute, if present, indicates a label for the input (button).

When you are finished, you may submit this request: <input type=submit><br> You may clear the form and start over at any time: <input type=reset>


Next: 8.1.3. Selection: SELECT

Connected: An Internet Encyclopedia
8.1.2.8. Reset Button: INPUT TYPE=RESET