HTMLOptionElement : HTMLElement
Return to: HTML DOM Level 2 index

Option element on an HTML form.

Platform Support

IE Mozilla Netscape Opera Safari Chrome
3.0+ 1.0+ 2.0+ 7.0+ 1.0+ no

Constructors

Constructor Action IE Mozilla Netscape Opera Safari Chrome
HTMLOptionElement Constructor() : HTMLOptionElement
Option element on an HTML form.
Show Details 3.0+ 1.0+ 2.0+ 7.0+ 1.0+ no

HTMLOptionElement() : HTMLOptionElement

Option element on an HTML form.

Returns
HTMLOptionElement

Visibility
internal

Properties

Property Action IE Mozilla Netscape Opera Safari Chrome
defaultSelected : Boolean
If true, indicates that the option is selected by default.
Show Details 3.0+ 1.0+ 2.0+ 7.0+ 1.0+ no
Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

disabled : Boolean
If true, indicates that the option is disabled.
Show Details 4.0+ 1.0+ 6.0+ 7.0+ 1.0+ no

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/stylesheets.html

Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

form : HTMLFormElement
The form that contains this element.
Show Details 3.0+ 1.0+ 2.0+ 7.0+ 1.0+ no
Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

index : Number
Index of the element within its parent Select element.
Show Details 3.0+ 1.0+ 2.0+ 7.0+ 1.0+ no
Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

label : String
Text label for the element.
Show Details 6.0+ 1.0+ 6.0+ 7.0+ 1.0+ no
Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

selected : Boolean
If true, indicates that the element is selected.
Show Details 3.0+ 1.0+ 2.0+ 7.0+ 1.0+ no
Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

text : String
Text label for the option element.
Show Details 3.0+ 1.0+ 2.0+ 7.0+ 1.0+ no
Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

value : String
Value for the element that is sent to the server when the form is submitted.
Show Details 4.0+ 1.0+ 4.0+ 7.0+ 1.0+ no

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/attributes.html

Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

References

HTMLFormElement|HTMLInputElement|HTMLSelectElement|Option|Select

Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

text_javascript aptana_docs