plugins Collection | Internet Development Index |
Retrieves a collection of all embed objects within the document.
Syntax
[ oColl = ] object.plugins [ oObject = ] object.plugins(iIndex)
Possible Values
oColl Array that is empty. oObject Reference to an individual item in the array of elements contained by the object. iIndex Required. Integer that specifies the zero-based index of the item to be returned.
Members Table
The following table lists the members exposed by the plugins object. Click a tab on the left to choose the type of member you want to view.
Attributes/Properties
Property Description length Sets or retrieves the number of objects in a collection. Methods
Remarks
The plugins collection is exposed for compatibility with other browsers.
The collection is an alias for the embeds collection on the document.
Standards Information
There is no public standard that applies to this collection.
Applies To
clientInformation, navigator