Navigator Object in JavaScript
We need to know how to use properties and methods of Navigator object in JavaScript to make powerful applications. Navigator object gives us to get browser information of client. There is a list of all properties and methods in Javascript.
I. All Common Navigator Properties in JavaScript
|
Property |
Description |
|
appCodeName : |
The code name of the browser |
|
appName : |
The name of the browser |
|
appVersion : |
The version information of the browser |
|
mimeTypes : |
Returns array of all MIME types supported by the client |
|
platform : |
Returns the platform of visitor’s computer |
|
plugins : |
Returns array of all plug-ins which is installed on visitor’s computer |
|
userAgent : |
Returns the user-agent header |
|
onLine : |
Returns bolean value of browser’s online status |
|
cookieEnabled : |
Returns bolean value of browser’s cookie status |
|
cookieEnabled : |
Returns bolean value of browser’s cookie status |

Recently Typed