javascript Obj_Button type

typeNN 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


1425,Nickname,Homepage or email,Comments here,Add comment