Is there a way to set Quirks Mode by default in IE10 running 64bit

匆匆过客 提交于 2019-12-02 12:07:39

问题


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.

Thanks!


回答1:


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

References

  • Understanding Compatibility Modes in Internet Explorer

  • Obsolete Feature Controls



来源:https://stackoverflow.com/questions/15106228/is-there-a-way-to-set-quirks-mode-by-default-in-ie10-running-64bit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!