HTMLSelectElement.Options Property |
Gets a collection of OPTION elements contained by this element.
[VBScript] Public ReadOnly Property Options As HTMLCollection
[JScript] public function get Options() : HTMLCollection;
A HTMLCollection object.
HTMLSelectElement Object | HTMLSelectElement Members | DOM Namespace