onreset event

[This documentation is preliminary and is subject to change.]

Fires when the user resets a form.

HTML 4.01 Specification, Section 18.2.3

Syntax

HTML Attribute <element onreset = "handler(event)">
Event Property object.onreset = handler;
attachEvent Method object.attachEvent("onreset", handler)

Standards information

Event information

Synchronous No
Bubbles No
Cancelable No

Event handler parameters

Remarks

Executes associated code.

To invoke this event, do one of the following:

The pEvtObj parameter is required for the following interfaces:

See also

reset

 

 

Build date: 1/23/2012