Specifies one of these form input controls:
button checkbox file hidden image password radio reset submit text
Creates a button control.
accessKey, className, dataFld, dataFormatAs, dataSrc, disabled, document, form, id, isTextEdit, lang, language, name, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerHTML, outerText, parentElement, parentTextEdit, readOnly, recordNumber, sourceIndex, style, tabIndex, tagName, title, type, value
blur, click, contains, createTextRange, focus, getAttribute, insertAdjacentHTML, insertAdjacentText, removeAttribute, scrollIntoView, select, setAttribute
onblur, onclick, ondblclick, onfocus, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onresize, onselect
Represents simple Boolean attributes or attributes that can take multiple values at the same time.
This element is represented by a number of check box controls, each of which has the same name. Each selected check box generates a separate name/value pair in the submitted data, even if this results in duplicate names. The default value for check boxes is on.
accessKey, checked, className, dataFld, dataSrc, defaultChecked, disabled, document, form, id, indeterminate, isTextEdit, lang, language, name, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerText, parentElement, parentTextEdit, recordNumber, size, sourceIndex, status, style, tabIndex, tagName, title, type, value
blur, click, contains, focus, getAttribute, insertAdjacentHTML, insertAdjacentText, removeAttribute, scrollIntoView, select, setAttribute
onafterupdate, onbeforeupdate, onblur, onchange, onclick, ondblclick, onerrorupdate, onfilterchange, onfocus, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onresize, onselect
Uploads files.
accessKey, className, defaultValue, disabled, document, form, id, isTextEdit, lang, language, name, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerText, parentElement, parentTextEdit, readOnly, recordNumber, sourceIndex, style, tabIndex, tagName, title, type, value
blur, click, contains, focus, getAttribute, insertAdjacentHTML, insertAdjacentText, removeAttribute, scrollIntoView, select, setAttribute
onblur, onchange, onclick, ondblclick, onfilterchange, onfocus, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onresize, onselect
Transmits state information about client/server interaction.
This value presents no control to the user, but sends the value of the value property with the submitted form.
className, dataFld, dataSrc, disabled, document, form, id, isTextEdit, language, name, parentElement, parentTextEdit, sourceIndex, style, tagName, type, value
Represents an image control that you can click, causing the form to be immediately submitted.
The x-coordinate is submitted under the name of the control with .x appended, and the y-coordinate is submitted under the name of the control with .y appended. Any value property is ignored. The image itself is specified by the src property, exactly as for the IMG element.
accessKey align, alt, className, complete, disabled, document, dynsrc, filter, form, height, id, innerHTML, isTextEdit, language, loop, lowsrc, name, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerHTML, outerText, parentElement, parentTextEdit, readyState, recordNumber, sourceIndex, src, start, style, tabIndex, tagName, title, type width
blur, click, contains, focus, getAttribute, insertAdjacentHTML, insertAdjacentText, removeAttribute, scrollIntoView, select, setAttribute
onabort, onafterupdate, onbeforeupdate, onblur, onchange, onclick, ondataavailable, ondatasetchanged, ondatasetcomplete, ondblclick, onerror, onerrorupdate, onfocus, onhelp, onkeydown, onkeypress, onkeyup, onload, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onresize, onrowenter, onrowexit, onselect
Similar to the text control, except that text is not displayed as the user enters it.
accessKey, align, className, dataFld, dataSrc, defaultValue, disabled, document, form, id, isTextEdit, lang, language, maxLength, name, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerHTML, outerText, parentElement, parentTextEdit, readOnly, size, sourceIndex, style, tabIndex, tagName, title, type, value
blur, click, contains, focus, getAttribute, insertAdjacentHTML, insertAdjacentText, removeAttribute, scrollIntoView, select, setAttribute
onblur, onchange, onclick, ondblclick, onfocus, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onresize, onselect
Used for mutually exclusive sets of values.
Each radio-button control in the group should be given the same name. Only the selected radio button in the group generates a name/value pair in the submitted data. Radio buttons require an explicit value property.
accessKey, checked, className, dataFld, dataSrc, defaultChecked, disabled, document, form, id, isTextEdit, lang, language, name, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerText, parentElement, parentTextEdit, recordNumber, size, sourceIndex, style, tabIndex, tagName, title, type, value
blur, click, contains, focus, getAttribute, insertAdjacentHTML, insertAdjacentText, removeAttribute, scrollIntoView, select, setAttribute
onafterupdate, onbeforeupdate, onblur, onchange, onclick, ondblclick, onerrorupdate, onfocus, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onresize, onselect
Represents a button that, when clicked, resets the form's controls to their specified initial values. The label to be displayed on the button can be specified just as for the submit button.
accessKey, className, disabled, document, form, id, isTextEdit, lang, language, name, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerHTML, outerText, parentElement, parentTextEdit, recordNumber, sourceIndex, style, tabIndex, tagName, title, type, value
blur, click, contains, focus, getAttribute, insertAdjacentHTML, insertAdjacentText, removeAttribute, scrollIntoView, select, setAttribute
onblur, onclick, ondblclick, onfilterchange, onfocus, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onresize, onselect
Represents a button that, when clicked, submits the form.
You can use the value attribute to provide a non-editable label to be displayed on the button. The default label is application-specific. If a SUBMIT button is clicked to submit the form, and that button has a name attribute specified, that button contributes a name/value pair to the submitted data.
accessKey, className, disabled, document, form, id, isTextEdit, lang, language, name, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerHTML, outerText, parentElement, parentTextEdit, recordNumber, sourceIndex, style, tabIndex, tagName, title, type, value
blur, click, contains, focus, getAttribute, insertAdjacentHTML, insertAdjacentText, removeAttribute, scrollIntoView, select, setAttribute
onblur, onclick, ondblclick, onfilterchange, onfocus, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onresize, onselect
Creates a single-line text-entry control. Use in conjunction with the size and maxLength properties.
accessKey, align, className, dataFld, dataSrc, defaultValue, disabled, document, form, id, innerHTML, isTextEdit, lang, language, maxLength, name, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerHTML, outerText, parentElement, parentTextEdit, readOnly, recordNumber, size, sourceIndex, style, tabIndex, tagName, title, type, value
blur, click, contains, createTextRange, focus, getAttribute, insertAdjacentHTML, insertAdjacentText, removeAttribute, scrollIntoView, select, setAttribute
onafterupdate, onbeforeupdate, onblur, onchange, onclick, ondblclick, onerrorupdate, onfilterchange, onfocus, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onresize, onselect