The navigator object provides browser specific information : version, type , MIME types supported.
-
appVersion :- version information of the browser.
-
appCodeName :- the code name of the browser.
-
appName :- the name of the browser.
-
userAgent :- the user-agent header sent in the HTTP protocol from the browser to the web server.
-
plugins :- array of all the plug-ins installed in the browser.
-
mimeTypes :- array of all mime types currently supported by the browser.
Reference |
Object |
navigator |
The browser itself. |
window |
The main browser window. |
window.framename |
A frame that occupies the browser window and identified by its assigned name. |
window.document |
The document appearing in the main browser window. |
window.framename.document |
The document appearing in a frame identified by its assigned name. |
document.getElementById("id") |
An XHTML element appearing in a document and identified by its assigned id value. |

Recent Comments