I am using the browser Firefox and IE. I have run the java script program. In that I was found both the browser code name is showed as: Mozilla. Why? The code is
<script type="text/javascript">
document.write("Browser CodeName: " + navigator.appCodeName);
</script>