FormArray.item() (Method)

An item selector for picking items out of a collection of forms.

Availability:

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

Refer to:

Collection.Item()