DekGenius.com
Team LiB   Previous Section   Next Section
HTMLFormElement.reset( ) reset the elements of a form to their default values

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

    Team LiB   Previous Section   Next Section