IE9始终运行在IE7兼容模式(IE9 always runs in IE7 Compatibili

2019-10-19 17:16发布

我在asp.net VS2008一个简单的页面,在IE 9运行时,在兼容性视图按钮可见,点击后网页始终在IE7兼容模式下运行。

为什么页面不确实在​​IE8上运行,当点击兼容性视图按钮? 我们甚至有IE8兼容性视图?

下面是HTML代码:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <asp:TextBox ID="TextBox1" runat="server" Text="Testing"></asp:TextBox>
    </div>
    </form>
</body>
</html>

Answer 1:

尝试这个:

步骤1:关闭兼容性视图和检查。

  • 打开Internet Explorer。
  • 点击键盘上的Alt键。 现在点击菜单栏上的工具。
  • 选择兼容性视图设置。
  • 删除复选标记显示在兼容性视图所有网站和关闭兼容性视图设置窗口。

第2步:重置Internet Explorer设置和检查。

富勒更多信息,请参阅: 微软链接



文章来源: IE9 always runs in IE7 Compatibility mode