I have IE8 Installed (Windows 7 x64) yet using JavaScript 'navigator.appVersion' I get in MediaMonkey
Code: Select all
4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
For some reason all IE return 4.0, the important part is
MSIE 7.0
The same HTML opened outside MM, in IE8 returns
Code: Select all
4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
MSIE 8.0
But I don't think the one in MM is IE7 given the way it handles CSS, it more like IE6 to me
What am I missing?
I have IE8 Installed (Windows 7 x64) yet using JavaScript 'navigator.appVersion' I get in MediaMonkey
[code]4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)[/code]
For some reason all IE return 4.0, the important part is [b]MSIE 7.0[/b]
The same HTML opened outside MM, in IE8 returns
[code]4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)[/code]
[b]MSIE 8.0[/b]
But I don't think the one in MM is IE7 given the way it handles CSS, it more like IE6 to me
What am I missing?