plugins
Returns a list of the plugins currently installed.
Syntax
pluginCollection = document.plugins
Parameters
pluginCollection is an object of the type PluginArray
Example
The following example prints out information about the installed plug-ins for the high-level document. Note that properties available on the plugin object: length (on the array of plug-ins), name, filename, and description.
Notes
Specification
Netscape Communications http://developer.netscape.com |