embedsNN 3 IE 4 DOM n/a  

  

A collection of all embed elements contained in the current element. Collection members are sorted in source code order. Internet Explorer lets you use array notation or parentheses to access a single element in the collection.

 
Object Model Reference
 
document.embeds
 
Object-Specific Properties

length

lengthNN 3 IE 4 DOM n/a  

Read-only  

Returns the number of elements in the collection.

 
Example
 
var howMany = document.embeds.length;
 
Value

Integer.