|
Getting information about MIME types and plugins
Only Navigator 3.0 and later support the plugins and mimeTypes properties of the navigator object. If you open the example file in IE 3, the page displays "If you were using Netscape 3.0 or later, you would see a list of installed plugins here" and "If you were using Netscape 3.0 or later, you would see a list of MIME types supported by the browser here" in place of the plugins and MIME types lists. This is because the JavaScript in the example file checks to see if the browser even supports plugins and mimeTypes before looking up their properties ( name , description , etc.): |