My favorites | Sign in
Project Logo
             
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


Comment by cforcloud, Feb 09, 2009

do anyone know why "Every known browser returns the string Mozilla for this property"?

Comment by joao.eiras, Mar 12, 2009

@cforcloud. browser sniffing


Sign in to add a comment
Hosted by Google Code