If you enter "javascript:alert(navigator.appCodeName)" or "javascript:alert(navigator.userAgent)" in your IE adress field it reurns "Mozilla" Why is that?
If I use the other variables such as "navigator.appName", "navigator.appVersion" or "navigator.platform" it returns the correct values.
Is this because MS just ripped the original code from Mozilla back then and didn't bother to change it or what?
I have searched the web and I can't find any reason to this, just the fact that it happens...
Any Javagurus out there?
If I use the other variables such as "navigator.appName", "navigator.appVersion" or "navigator.platform" it returns the correct values.
Is this because MS just ripped the original code from Mozilla back then and didn't bother to change it or what?
I have searched the web and I can't find any reason to this, just the fact that it happens...
Any Javagurus out there?