Navigator DOM Object
The Navigator object contains information about the client browser.
Note: The Navigator object is not a W3C standard.
Details of the Navigator object found in the current browser session is as follows:
appName - The name of the browser such as "Microsoft Internet Explorer" or "Netscape Navigator".
appCodeName - The name of the browser's code such as "Mozilla".
appVersion - The version of the browser which may include a compatability value and operating system name.
appMinorVersion - The minor version number of the browser.
browserLanguage - The current browser language.
cookieEnabled - A boolean value of true or false depending on whether cookies are enabled in the browser.
cpuClass - The type of CPU which may be "x86"
mimeTypes - An array of MIME type descriptive strings that are supported by the browser.
onLine - A boolean value of true or false. When Work Offline is selected, the system enters an offline state, and content is read from the cache.
opsProfile
platform - A description of the operating system platform.
plugins - An array of plug-ins supported by the browser and installed on the browser.
systemLanguage - The language being used such as "en-us".
userAgent - The value of the user-agent header sent by the client to the server.
userLanguage - The OS natural language setting.
userProfile -
javaEnabled() - Boolean value that specifies whether the browser has Java enabled.
taintEnabled() - Boolean value that specifies whether the browser has data tainting enabled.