Select.type (Property)

The type of select object.

Availability:

DOM level - 1
JavaScript - 1.1
JScript - 3.0
Internet Explorer - 4.0
Netscape - 3.0
Opera - 3.0
Property/method value type:String primitive
JavaScript syntax:-mySelect.type

Because the Select object is not simulated by an Input object but by a specific class of its own, it can support a non-standard behavior for the type property.

In this case, the type indicates the number of simultaneous selections within the popup.

The values for this property may be one of the following:

Property attributes:

ReadOnly.