Availability
DOM Level 1 HTML
Synopsis
void reset( );
Description
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.
See Also
Form.reset( ) in the client-side reference section