Navigator.appCodeName (Property)

The code-name for the browser.

Availability:

JavaScript - 1.0
JScript - 1.0
Internet Explorer - 3.02
Netscape - 2.0
Opera - 3.0
Property/method value type:String primitive
JavaScript syntax:-navigator.appCodeName

This is generally used for internal purposes and is often just another name for the browser. Because these properties are mostly evolved rather than thought out logically, there is a great deal of duplication and ambiguity in the navigator object.

Most browsers appear to report that their code name is 'Mozilla'.

Property attributes:

ReadOnly.