| input (type="reset") | NN 2 IE 3 DOM 1 |
|
| |
|
The reset object is a form control generated with
an input element whose type
attribute is set to reset. This element is similar
to the button object. No script action is
necessary for the reset object to do its job of
restoring form controls to their default settings.
|
| |
| HTML Equivalent |
| |
<input type="reset">
|
| |
| Object Model Reference |
| |
[window.]document.formName.elementName
[window.]document.forms[i].elements[i]
[window.]document.getElementById("elementID")
|
| |
| Object-Specific Properties |
| |
|
|
| |
| Object-Specific Methods |
| |
| createTextRange( ) | handleEvent[ ] |
|
| |
| Object-Specific Event Handler Properties |
| |
| Handler | NN | IE | DOM | | onblur | 6 | 4 | 2 |
| onclick | 3 | 4 | 2 |
| onfocus | 6 | 4 | 2 |
| onmousedown | 4 | 4 | 2 |
| onmousemove | 6 | 4 | 2 |
| onmouseout | 6 | 4 | 2 |
| onmouseover | 6 | 4 | 2 |
| onmouseup | 4 | 4 | 2 |
|