Linux Mac OSX Windows
 The nsIDOMHTMLSelectElement interface is the interface to a [X]HTML
 select element.

 For more information on this interface please see
 http://www.w3.org/TR/DOM-Level-2-HTML/

 @status FROZEN
[scriptable, uuid(a6cf9090-15b3-11d2-932e-00805f8add32)]
interface nsIDOMHTMLSelectElement : nsIDOMHTMLElement

Attributes


        
attribute boolean disabled

        
readonly attribute nsIDOMHTMLFormElement form

        
attribute unsigned long length

        
attribute boolean multiple

        
attribute DOMString name

        
readonly attribute nsIDOMHTMLOptionsCollection options

        
attribute long selectedIndex

        
attribute long size

        
attribute long tabIndex

        
readonly attribute DOMString type

        
attribute DOMString value

Methods


        
void add(in nsIDOMHTMLElement element, in nsIDOMHTMLElement before)

        
void blur()

        
void focus()

        
void remove(in long index)