Retrieves a collection of all EMBED objects within the document.
Syntax
[ collPlugins = ] navigator.plugins [ oObject = ] navigator.plugins(iIndex)
Possible Values
collPlugins Array that is empty. oObject Reference to an individual item in the array of elements contained by the object. iIndex Required. Integer indicating the zero-based index of the item to be returned.
Members
Remarks
The plugins collection is exposed for compatibility with other browsers.
The collection is an alias for the embeds collection on the document.
Applies To