July 1998
Intermediate to advanced
1456 pages
65h 5m
English
type — NN n/a IE 4 DOM 1
Read-only
Whether the BUTTON element is specified as a
button, reset, or
submit style button.
if (document.all.myButtonElement.type == "submit") {
...
}One of the three constants (as a string): button |
reset | submit.
button
Read now
Unlock full access