window.onreset
An event handler for the reset event on the window.
Syntax
window.onreset = funcRef
Parameters
funcRef is a reference to a function.
Example
Notes
The reset event is raised when the user clicks a reset button in a form
(<input type="reset"/>).Specification
DOM Level 0. Not part of specification.
Netscape Communications http://developer.netscape.com |