Javascript Reference
Categories: window

javascript window navigator

@March 15, 2008, 1:22 a.m.
navigatorFirefox/Netscape/NN 6 IE 4 Chrome/Safari/DOM n/a  

Read-only  

Returns a reference to the navigator object. Since the window reference is optional, syntax without the window reference works on all scriptable versions of Internet Explorer and Navigator. See the navigator object.

 
Example
 
var theBrowser = navigator.appName;
 
Value

navigator object reference.

 
Default

navigator object.


Powered by Linode.