OptionsArray.item() (Method)

Access to a particular item in the options collection of a select popup object.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Option object
JavaScript syntax:IEmyOptionsArray.item(anIndex)
IEmyOptionsArray.item(aSelector)
IEmyOptionsArray.item(aSelector, anIndex)
Argument list:anIndexA zero-based index into the collection
aSelectorA textual value that selects all matching objects

Because the OptionsArray is a sub-class of the generic Collection object, all the normal things you can do with a collection are possible with an OptionsArray belonging to a Select object.

See also:Collection.Item()