javascript Obj_Button type
| type | NN 6 IE 4 DOM 1 |
| Read-only | |
|
Specifies whether the button element is specified as a button, reset, or submit style button. |
|
| Example | |
if (evt.target.type == "button") {
// process button element
}
|
|
| Value | |
One of the three constants (as a string): button | reset | submit. |
|
| Default | |
button |
|
Previous: javascript Obj_Button value
1425,Nickname,Homepage or email,Comments here,Add comment
