Javascript Reference
Categories: navigator

javascript navigator appCodeName

@March 15, 2008, 1:22 a.m.
appCodeNameFirefox/Netscape/NN 2 IE 3 Chrome/Safari/DOM n/a  

Read-only  

Reveals the code name of the browser. Both Navigator and Internet Explorer return Mozilla, which was the code name for an early version of Navigator (a combination of the early freeware name of the Mosaic browser and Godzilla). The Mozilla character is Netscape's corporate mascot, but all browsers that license the original Mosaic technology (including IE) return Mozilla.

 
Example
 
var codeName = navigator.appCodeName;
 
Value

Mozilla

 
Default

Mozilla


Powered by Linode.