ZVON > References > DOM2 Reference

HTMLSelectElement (interface )


Own properties:
attributes  -  disabled, form, length, multiple, name, options, selectedIndex, size, tabIndex, type, value
methods  -  add, blur, focus, remove

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:
The select element allows the selection of an option. The contained options can be directly accessed through the select element as a collection. See the SELECT element definition in HTML 4.01.