|
Getting even more information about the browser
You can use the methods shown in the code for this technique to get more information about the plugins and MIME types supported by your browser (if it's Netscape 3.0 or later), as well as whether Java and data-tainting are enabled. For example, the following script cycles through the plugins[] array and prints out the name, description (if there is one) and filename of each installed plugin. |