IE9始终以IE7兼容模式运行

时间:2014-03-28 20:14:39

标签: asp.net .net web cross-browser internet-explorer-9

我在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>

IE 9 behavior

1 个答案:

答案 0 :(得分:0)

试试这个:

第1步:关闭兼容性视图并检查。

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

第2步:重置互联网资源管理器设置并检查。

有关更多信息,请参阅:Microsoft link