What's new? | Help | Directory | Sign in
Google
             
Search
for
Updated Oct 01, 2008 by pilgrim
Labels: about-dom, is-dom-property
NavigatorAppCodeNameProperty  
The navigator.appCodeName property

Values

The navigator.appCodeName property returns a string. Every known browser returns the string Mozilla for this property.

This property is read-only.

Usage

Browser compatibility

Compatibility table legend

Test IE8 IE7 IE6 FF3 FF2 Saf3 Op9 Chrome
navigator.appCodeName == 'Mozilla' N Y Y N N Y Y N
typeOf(navigator.appCodeName) != 'undefined' Y Y Y Y Y Y Y Y

Further reading



Sign in to add a comment