javascript InputTypeButton type
| type | NN 3 IE 4 DOM 1 |
|
|
Read-only |
|
Returns the type of form Button control element. The value is returned in all lowercase letters. It may be necessary to cycle through all form elements in search of specific types to do some processing on (e.g., emptying all form controls of type "text" while leaving other controls untouched). |
|
| Example | |
if (document.forms[0].elements[3].type == "button") {
// process button input type here
}
|
|
| Value | |
|
Any of the following constants (as a string): button | checkbox | file | hidden | image | password | radio | reset | select-multiple | select-one | submit | text | textarea. |
|
| Default | |
|
checkbox |
|
Previous: javascript InputTypeButton value
1018,Nickname,Homepage or email,Comments here,Add comment
