Does anyone else find it odd that
IE reports itself as ‘Mozilla’ if you access the
navigator.appCodeName variable? You can test this out by putting the following in your browser as the URL
javascript:alert(navigator.appCodeName), or you could check out
this script, where I noticed this, which reports all information that can be found out about you through going to a web page, and accessible via
JavaScript/
PHP.