AvailabilityDOM Level 1 HTML Synopsisvoid reset( ); DescriptionThis 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 AlsoForm.reset( ) in the client-side reference section |