asp.net.ph

onreset Event

DHTML Events


Fires when a user resets a form.

Syntax


Inline HTML <FORM onreset = "handler" ... > All platforms
Event property form.onreset = handler ECMA-262 Language Specification
Named script <script FOR=form EVENT=onreset> Internet Explorer® only

Remarks


Bubbles No
Cancels Yes
To invoke
  • Click a Reset button.
  • Invoke the reset method of the FORM object.
  • Refresh the page.
Default action Executes associated code.

A reset event occurs when a form is reset. This event only applies to the FORM element.

Event Object Properties

While event handlers in the Document Object Model do not receive parameters directly, the handler can query the event object for data.

Event Object Properties


Applies To

FORM

See Also

reset




Contents
HTML Elements
HTML Element Attributes
CSS Attributes
DOM Objects
DOM Object Properties
DOM Events Reference
DOM Methods Reference
DOM Collections Reference
 

Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph