November 2001
Intermediate to advanced
936 pages
68h 43m
English
HTMLFormElement.reset( ) — reset the elements of a form to their default values
DOM Level 1 HTML
void reset( );
This method resets each of the elements of a form to its default
value. The results of calling this method are like the results of a
user clicking on a Reset button,
except that the onreset event handler of the form
is not invoked.
Form.reset( ) in the client-side reference section