OBJECT | EXPLANATION | DEF
|
appCodeName | Specifies the code name of the browser. | NS2+
|
appName | Specifies the name of the browser. | NS2+
|
appVersion | Specifies version information for the browser. | NS2+
|
userAgent | Specifies the user agent header. | NS2+
|
mimeTypes | An array of all MIME types supported by the visitors browser. | NS3+
|
plugins | An array of all plug-ins currently installed on the visitors browser. | NS3+
|
javaEnabled | Tests whether Java is enabled. | NS3+
|
plugins.refresh | Makes newly installed plug-ins available and can reload windows containing plug-ins. | NS3+
|
taintEnabled | Specifies whether data tainting is enabled | NS3+
|
platform | Indicates the platform (Win32, Unix, etc.) for which the browser was compiled. | NS4+
|
language | Indicates the language version of the browser (ex: UK, De, Dk). | NS4+
|
preference | Allows a signed script to get and set certain Navigator preferences. | NS4+
|