Fires when a user resets a form.
Syntax
Inline HTML <FORM onreset = "handler" ... > All platforms Event property form.onreset = handler JScript (compatible with ECMA 262 language specification) only Named script <SCRIPT FOR = form EVENT = onreset> Internet Explorer only
Remarks
Bubbles No Cancels Yes To invoke Default action Executes associated code.
Event Object Properties
Although event handlers in the DHTML Object Model do not receive parameters directly, the handler can query the event object for data.
returnValue Sets or retrieves the return value from the event. srcElement Retrieves the object that fired the event. type Retrieves the event name from the event object.
Applies To
See Also