home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


JavaScript: The Definitive Guide

Previous Chapter 21
JavaScript Reference
Next
 

Navigator.plugins[] Property

Name

Navigator.plugins[] Property---array of installed plug-ins

Availability

Navigator 3.0

Synopsis

navigator.plugins[]
navigator.plugins.length

Description

navigator.plugins is an array of Plugin objects, each of which represents one plug-in that has been installed along with the browser. There are navigator.plugins.length elements in the array. The Plugin object provides information about the plug-in, including a list of MIME types it supports.

A plug-in is the Netscape name for a software package that can be invoked by Navigator to display specific data types within the browser window.


Previous Home Next
Navigator.mimeTypes[] Book Index Navigator.plugins.refresh()

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