This topic has not yet been rated - Rate this topic

onreset event

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)

Event information

SynchronousNo
BubblesNo
CancelableNo

Event handler parameters

pEvtObj [in]

Type: IHTMLEventObj

Standards information

Remarks

Executes associated code.

To invoke this event, do one of the following:

The pEvtObj parameter is required for the following interfaces:

See also

IHTMLFormElement::reset

 

 

Send comments about this topic to Microsoft

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.