PluginArray.item() (Method)

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

Availability:

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

Refer to:

Collection.Item()