Why navigator.appCodeName returning Mozilla?
Posted
by Venkats
on Stack Overflow
See other posts from Stack Overflow
or by Venkats
Published on 2010-05-06T11:23:34Z
Indexed on
2010/05/06
11:28 UTC
Read the original article
Hit count: 492
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>
© Stack Overflow or respective owner