Name
reset — NN 2 IE 3 DOM 1
Synopsis
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
- NN
[window.]document.formName.elementName[window.]document.forms[i].elements[i]- IE
[window.]document.formName.elementName[window.]document.forms[i].elements[i][window.]document.all.elementID
Properties
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Collections/Arrays
|
|
|
|
Event Handler Properties
|
Handler |
NN |
IE |
DOM |
|---|---|---|---|
onblur |
n/a |
4 |
n/a |
onclick |
3 |
4 |
n/a |
ondblclick |
n/a |
4 |
n/a |
onfilterchange |
n/a |
4 |
n/a |
onfocus |
n/a |
4 |
n/a |
onhelp |
n/a |
4 |
n/a |
onkeydown |
n/a |
4 |
n/a |
onkeypress |
n/a |
4 |
n/a |
onkeyup |
n/a |
4 |
n/a |
onmousedown |
4 |
4 |
n/a |
onmousemove |
n/a |
4 |
n/a |
onmouseout |
n/a |
4 |
n/a |
onmouseover ... |
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access