日期:2014-05-16  浏览次数:20367 次

0x800a1391
用IE 就出现些问题,
之前调试过也是好好的。

不知道为什么突然就出现了。
代码如下;
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="LS.ForestPMS.Web.WebForm1" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>SSSSSSS</title>
    
<script type="text/javascript" src="/Scripts/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="/JQueryEasyUi/jquery.easyui.min.js"></script>
    <script type="text/javascript" src="/JQueryEasyUi/easyui-lang-zh_CN.js"></script>

    <script type="text/javascript" src="/JQueryEasyUi/Cookie.js" ></script>
    
    <link rel="stylesheet" type="text/css" href="/JQueryEasyUi/themes/default/easyui.css"/>
    <link rel="stylesheet" type="text/css" href="/JQueryEasyUi/themes/icon.css"/>
    <link rel="stylesheet" type="text/css" href="/css/login.css"/>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    
    </div>
    </form>
</body>
</html>


------解决方案--------------------
IE8+要启用xhtml申明才支持JSON对象,检查你的IE版本