Provides the value associated with the option element. If the option element has a value attribute or value property set, this is the value
Provides the text associated with the option element. This text is located between the start and end tags; it is what appears in the select elem
Determines whether the list option has been selected by the user, meaning that its value is submitted with the form. Scripts can modify the value to
Reflects the label attribute of the option element. This property is intended for use with hierarchical menus, but it is not operational in brow
Returns the zero-based index integer value of the current option object within the collection of options of the select element. The select obje
Returns a reference to the form object that contains the select element and its options.
Determines whether an element has the selected attribute set in the tag. You can compare the current selected property against defaultSelected
The option object reflects the option element, which must be nested inside a select element. References to option objects most often use it