The Navigator Object
navigator object is the standard for browser identification on the client.
The following table list the properties supported by all major verdor of browsers.
Property | Description |
---|---|
appCodeName | The name of the browser. |
appName | Full browser name. |
appVersion | Browser version. |
cookieEnabled | Indicates if cookies are enabled. |
javaEnabled() | Indicates if Java is enabled in the browser. |
mimeTypes | Array of MIME types registered with the browser. |
platform | The system platform on which the browser is running. |
plugins | Array of plug-ins installed on the browser. |
userAgent | The user-agent string for the browser. |