强制UI / Metro中的IE10切换到桌面模式

时间:2013-04-28 20:46:15

标签: windows user-interface microsoft-metro desktop internet-explorer-10

有没有办法,使用HTML代码,网站会在UI / Metro模式下使用IE10检测用户,并在桌面模式下提供按钮或强制打开IE10?

1 个答案:

答案 0 :(得分:1)

您可以在页面的头部添加元元素,告诉IE添加对话栏,提示用户切换到IE10的桌面版本:

<meta http-equiv="X-UA-Compatible" content="requiresActiveX=true" />

您还可以使用HTTP标头配置Web服务器:

X-UA-Compatible: requiresActiveX=true

有关详细信息,请参阅http://blogs.msdn.com/b/ie/archive/2012/01/31/web-sites-and-a-plug-in-free-web.aspx