Network, Computer and Programming Resources
Java - AppCodeName
Returns a read-only string with the code name of the browser. document.write("The code name of your browser is " + navigator.appCodeName) For Internet Explorer, this returns: The code name of your browser is Microsoft Internet Explorer 3.0A Property of navigator. See PROPERTIES appName, appVersion, userAgent.