Is it possible to change browser mode without using the IE developer tools?

牧云@^-^@ 提交于 2019-12-12 09:48:50

问题


Our application runs fine in IE7 and IE8. We use the X-UA-Compatible header to force the browser to use IE7 standards document mode. This is about which rendering engine will be used afai get the picture. In IE9 however there are a bunch of things which stopped working. In IE9 the document mode is IE7 standards, but the browser mode remains IE9. When I manually change the browser mode (using the developer tools) to IE7, all is fine again.

Is there a way to programmatically force BROWSER MODE?


回答1:


It seems this is not possible.



来源:https://stackoverflow.com/questions/9735080/is-it-possible-to-change-browser-mode-without-using-the-ie-developer-tools

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