TOC PREV NEXT INDEX

Put your logo here!


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. 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX