Here are all the properties and methods of the Navigator property of the 
window object (i.e. you access them using window.navigator.XXX or 
navigator.XXX)

* appCodeName: returns the name of the browser ("Mozilla" in our case)
* appName: returns "Netscape" for compatibility reasons
* appVersion: returns the version of the browser
* language: returns the current language of the browser
* mimeTypes: returns an array containing all the mime types installed
* platform: returns the platform on which the browser is run
* oscpu: returns the Operating System of the user
* vendor: returns the vendor name
* vendorSub: returns the vendor substring
* product: returns the product name
* productSub: returns the product substring
* plugins: returns an array containing all the plugins installed
* securityPolicy: not implemented
* userAgent: returns the User Agent string of the browser
* cookieEnabled: returns a boolean value indicating whether the cookies 
are enabled or not
* javaEnabled(): returns a boolean value indicating whether the cookies 
are enabled or not
* taintEnabled(): not implemented
* preference(): for internal use only

-Fabian.


Reply via email to