javascript InputTypeButton Description
@Aug. 17, 2009, 9:46 a.m.
input (type="button") | Firefox/Netscape/NN 2 IE 3 Chrome/Safari/DOM 1 | |||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
The button object is a form control generated with an input element whose type attribute is set to "button". The button's text label comes from its value attribute and property. This element is similar to, but differs from, the button element. |
||||||||||||||||||||||||||||||||||||
HTML Equivalent | ||||||||||||||||||||||||||||||||||||
<input type="button"> |
||||||||||||||||||||||||||||||||||||
Object Model Reference | ||||||||||||||||||||||||||||||||||||
[window.]document.formName.elementName [window.]document.forms[i].elements[i] [window.]document.getElementById("elementID") |
||||||||||||||||||||||||||||||||||||
Object-Specific Properties | ||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Object-Specific Methods | ||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
Object-Specific Event Handler Properties | ||||||||||||||||||||||||||||||||||||
|
Permanent URL:
http://javascript.gakaa.com/inputtypebutton-description.aspx
Powered by Linode.