The appCodeName property refers to the internal code name of the browser.
<html>
<head>
<title> Example of the appCodeName property of the navigator object</title>
</head>
<body>
<script language="JavaScript">
<!--
document.write(navigator.appCodeName);
-->
</script>
</body>
</html>