Form.reset() MethodNameForm.reset() Method---reset the elements of a formAvailabilityNavigator 3.0 DescriptionThe reset() method resets the specified form, restoring each element of the form to its default value, exactly as if a Reset button had been pressed by the user. The form's onreset() event handler is first invoked, and may prevent the reset from occurring by returning the value false. |
|