FrameArray.item() (Method)

An item picker for accessing individual frames within a collection.

Availability:

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

Refer to:

Collection.Item()