JavaScript: The Definitive Guide

Previous Chapter 21
JavaScript Reference
Next
 

Document.plugins Property

Name

Document.plugins Property---embedded objects in a document

Availability

Navigator 3.0

Synopsis

document.plugins[i]
document.plugins.length
document.embedded-object-name

Description

The plugins property of the Document object is a synonym for the embeds property. Both properties refer to an array of JavaObjects that represent embedded data being displayed by a plug-in.

The embeds property is the preferred way to access this array, since it avoids confusion with the Navigator.plugins[] array, which is totally different than the array Document.plugins[]. See Document.embeds[] for full details.

See Also

"Document", "Document.embeds[]"


Previous Home Next
Document.open() Book Index Document.referrer

HTML: The Definitive Guide CGI Programming JavaScript: The Definitive Guide Programming Perl WebMaster in a Nutshell
Hosted by uCoz