TOC PREV NEXT INDEX

domref



window.navigator.appCodeName


Returns the internal "code" name of the current browser.

Syntax

codeName = window.navigator.appCodeName
 

Parameters

codeName is the internal name of the browser as a string.

Example

dump(window.navigator.appCodeName);
 

 

Notes

Mozilla, Netscape 6, and IE5 all use the internal name "Mozilla."

Specification

DOM Level 0. Not part of specification.
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX