DOM:window.navigator.appCodeName
From MDC
Contents |
[edit] Summary
Returns the internal "code" name of the current browser.
[edit] Syntax
codeName = window.navigator.appCodeName
[edit] Parameters
codeNameis the internal name of the browser as a string.
[edit] Example
dump(window.navigator.appCodeName);
[edit] Notes
Mozilla, Netscape 6, and IE5 all use the internal name "Mozilla."
[edit] Specification
DOM Level 0. Not part of specification.