Retrieves the code name of the browser.
Syntax
HTML N/A Scripting [ sCodeName = ] navigator.appCodeName
Possible Values
sCodeName String that specifies the browser's code name, or the following value:
Mozilla Returned by Internet Explorer and Netscape Navigator. The property is read-only with a default value of Mozilla.
Applies To
clientInformation, navigator
See Also