FineUI 官方论坛
标题:
IE7.0中页面空白一片??
[打印本页]
作者:
Xiaonn
时间:
2013-8-9 13:23
标题:
IE7.0中页面空白一片??
我有个页面在IE7中是空白的,在IE8和IE10都可以正常显示:请问什么原因??
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="I_Draft.aspx.cs" Inherits="e_Doc_I_Draft" %>
<!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>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<x
ageManager ID="
ageManager1" AutoSizePanelID="RegionPanel1" runat="server" FormLabelWidth="1" FormOffsetRight="4px" />
<x:RegionPanel ID="RegionPanel1" ShowBorder="false" runat="server">
<Regions>
<x:Region ID="Region1" Layout="Fit" Position="Center" Margins="2 2 2 2" runat="server" ShowHeader="true" Title="草稿单、拒绝的单" >
<Items>
<x:Grid ID="Grid1" ShowBorder="false" AutoScroll="true" ShowHeader="false" runat="server" AllowPaging="false" EnableTextSelection="true"
DataKeyNames="tempid,FStatus" EnableRowNumber="True" >
<Columns>
<x:WindowField Width="120px" WindowID="Window2" HeaderText="Temp ID/IN. No." DataTextField="FNO"
DataIFrameUrlFields="tempid" DataIFrameUrlFormatString="./Draft.aspx?tempID={0}" IFrameUrl="~/alert.aspx" />
<x:BoundField Width="90px" DataField="applicant" HeaderText="Applicant" />
<x:BoundField Width="120px" DataField="aDept" HeaderText="Application Dept." />
<x:BoundField Width="80px" DataField="adate" DataFormatString="{0:yyyy-MM-dd}" HeaderText="App. Date" />
<x:BoundField Width="80px" DataField="prepared" HeaderText="
repared by" />
<x:BoundField Width="80px" DataField="effetivedate" DataFormatString="{0:yyyy-MM-dd}" HeaderText="Effetive Date" />
<x:BoundField Width="60px" DataField="FStatus" HeaderText="Status" />
<x
inkButtonField CommandName="Del" Text="Del" HeaderText="Del" Width="40px" ConfirmText="你确定要删除这张单吗?"/>
</Columns>
</x:Grid>
</Items>
</x:Region>
</Regions>
</x:RegionPanel>
<x:Window ID="Window2" Title="Draft/Rejected Form" Popup="false" EnableIFrame="true" runat="server"
EnableMaximize="true" EnableResize="true" Target="Self" IsModal="True" Width="1000px" Height="600px">
</x:Window>
</form>
</body>
</html>
欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/)
Powered by Discuz! X3.4