问题描述
我在想,如果有,我的IE10浏览器将自动设置为Quirks模式,当我打开它的方法吗?我使用的是Windows 8 64位。我访问了需要在Quirks模式网站,当我打开我的浏览器我还需要将其更改为怪癖模式才能够正常访问该网站。当我再次重新启动我的电脑,打开浏览器,我不得不再次将其设置为怪癖模式。这是真的挺累的。
I was wondering if there is a way that my IE10 browser would be set to Quirks Mode automatically when I open it? I'm using a windows 8 64-bit. I am accessing a site that needs to be in Quirks Mode and when I open my browser I still need to change it to quirks mode to be able to access the site properly. And when I restart my computer and open the browser again I have to set it again to quirks mode. And this is really tiring.
谢谢!
推荐答案
这是IE浏览器的渲染模式的规范也适用于IE5 Quirks模式。若要在IE5 Quirks模式WebBrowser控件的实例,将下面的值到注册表:
Specification of an IE rendering mode also applies to IE5 Quirks Mode. To run instances of a WebBrowser control in IE5 Quirks Mode, insert the following value into the registry:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_NATIVE_DOCUMENT_MODE]
"iexplore.exe"=dword:C350
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION]
"iexplore.exe"=dword:C350
引用
-
了解兼容模式中的Internet Explorer
这篇关于有没有办法在IE10运行64位设置Quirks模式默认的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!