兼容性问题是IE10 [英] compatability issue is IE10

查看:81
本文介绍了兼容性问题是IE10的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我有一个asp.net网站,看起来不错,因为它应该在IE8,IE9以及Firefox和Chrome的最新版本。


服务器点击在所有网络浏览器中都运行良好..在IE10中它无法工作..当点击IE10的"兼容性按钮"时它的工作正常..


但我不能告诉所有用户打开兼容性按钮并浏览。


我想在编码方面做dis。


我试图


<预类= "prettyprint" 风格= "">< META HTTP-当量=英寸×UA兼容"含量=" IE = EmulateIE10" >


 


< system.webServer> < httpProtocol> < customHeaders> < clear /> < add name =" X-UA-Compatible""值= QUOT; IE = EmulateIE10" /> < / customHeaders> < / httpProtocol> < /system.webServer> 



http://weblogs.asp.net/joelvarty/archive/2009/03 /23/force-ie7-compatibility-mode-in-ie8-with-iis-settings.aspx


我已经尝试重写兼容模式,但无济于事:


但它在IE10中不起作用


如果有任何查找请帮忙解决方案


提前感谢

解决方案

http://support.microsoft.com/kb/2600088

I have an asp.net website that looks good, as it should, on IE8,IE9 as well as the latest versions of Firefox and Chrome.

the server click is working fine in all web browsers.. in IE10 its not working..when Clicking IE10's "Compatibility button" its work fine..

but i cant tell all users to turn on compatibility button and browse.

i want to do dis in coding side..

i have tried

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10" >

 

and

<system.webServer> <httpProtocol> <customHeaders> <clear /> <add name="X-UA-Compatible" value="IE=EmulateIE10" /> </customHeaders> </httpProtocol> </system.webServer>

and

http://weblogs.asp.net/joelvarty/archive/2009/03/23/force-ie7-compatibility-mode-in-ie8-with-iis-settings.aspx

I've tried overriding the compatibility mode, to no avail:

but its not working in IE10

please help if any find solution

thanks in advance

解决方案

http://support.microsoft.com/kb/2600088


这篇关于兼容性问题是IE10的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆