The JavaScript navigator object, which you learned about in Hour 9, “Working with the Document Object Model,” includes a child object called plugins. This object is an array, with one entry for each plug-in installed on the browser.
Unfortunately, the navigator.plugins object is supported only by Netscape 3.0 and later. There is no easy way to detect installed plug-ins in Internet Explorer. |