ZVON > References > DOM2 Reference

HTMLInputElement (interface )


Own properties:
attributes  -  accept, accessKey, align, alt, checked, defaultChecked, defaultValue, disabled, form, maxLength, name, readOnly, size, src, tabIndex, type, useMap, value
methods  -  blur, click, focus, select

Inherited properties:
This interface inherits all properties from HTMLElement, the generic interface for all element interfaces in DOM HTML, which itself inherits all properties from DOM Core interface Element and thus also Node.

Description:
Form control.

Note:
Depending upon the environment in which the page is being viewed, the value property may be read-only for the file upload input type. For the "password" input type, the actual value returned may be masked to prevent unauthorized use. See the INPUT element definition in HTML 4.01.