window.navigator.appCodeName
Returns the internal "code" name of the current browser.
Syntax
codeName = window.navigator.appCodeNameParameters
codeName is the internal name of the browser as a string.
Example
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 |