Name

type — NN n/a IE 4 DOM 1

Synopsis

Read-only

Whether the BUTTON element is specified as a button, reset, or submit style button.

Example

if (document.all.myButtonElement.type == "submit") {
    ...
}

Value

One of the three constants (as a string): button | reset | submit.

Default

button

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.