arasburn
07-26-2004, 12:43 PM
Hi,
I have been using the below code to capture the browser version:
browserVer=parseInt(navigator.appVersion)
For some reason when using IE6 I get 4 returned!
The full string returned when parseInt is removed is:
4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
Please can someone explain why this comes back as 4 instead of 6?
Thanks in anticipation,
Ady
I have been using the below code to capture the browser version:
browserVer=parseInt(navigator.appVersion)
For some reason when using IE6 I get 4 returned!
The full string returned when parseInt is removed is:
4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
Please can someone explain why this comes back as 4 instead of 6?
Thanks in anticipation,
Ady