Javascript Reference
Categories: document

javascript document plugins[ ]

@March 15, 2008, 1:22 a.m.
plugins[ ] Firefox/Netscape/NN 4 IE 4 Chrome/Safari/DOM n/a

Read-only

Returns an array of all embedded objects (embed elements) in the current document. Items in this array are indexed (zero-based) in source code order. Do not confuse this collection with the navigator.plugins collection in Netscape Navigator.

 
Example
 
var embedCount = document.plugins.length;
 
Value

Array of embed object references.

 
Default

Array of zero length.


Powered by Linode.