|
|
|
|
|
window.onreset
An event handler for the reset event on the window.
Syntax
window.onreset = funcRefParameters
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.
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|