Visit Mozilla.org

DOM:window.navigator.appCodeName

From MDC

« Gecko DOM Reference

Contents

[edit] Summary

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

[edit] Syntax

codeName = window.navigator.appCodeName 

[edit] Parameters

  • codeName is 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.