ImageArray.item() (Method)

An item selector for accessing a single image within the collection.

Availability:

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

Refer to:

Collection.Item()