Navigator object
Navigator Object
Navigator Object
The Navigator object contains information about the browser.
Note: There is no public standard for navigator objects, but all browsers support it.
Navigator object properties
Properties | Description |
---|---|
appCodeName | Return the code name of the browser |
appName | Return the name of the browser |
appVersion | Return the platform and version information of the browser |
cookieEnabled | Return a Boolean value indicating whether cookies are enabled in the browser |
platform | Returns the operating system platform on which the browser is running |
userAgent | Returns the user-agent header sent by the client to the server Value |
Navigator Object Method
Description | |
---|---|
Specifies whether Java is enabled in the browser | |
Specifies whether the browser enables data taint ( data tainting) |