Horje

Definition and Usage of HTML onreset Event Attribute

The onreset attribute fires when a form is reset.

The onreset event attribute in HTML is used to execute a script or function when a form is reset. This event fires whenever a user clicks a reset button within a form, or when the reset() method is programmatically called on a form element.
 

 





Category:
Web Tutorial
Sub Category:
HTML Form Events Attribute
Uploaded by:
Admin