Language References
Contains information about the Web browser.
navigator Members
Whenever a document is loaded in a browser, the browser creates a navigator object which contain pertinent information regarding the current client browser in use. Authors can use the object to retrieve its property values, such as the name and version of the client, the MIME types supported by the client, the plug-ins installed on the client, and other information.
The following example shows how a script can be used to dynamically retrieve navigator property values from a user's browser.
Show me
window