<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Data1.aspx.cs" Inherits="Data1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head runat="server">
<title>无标题页</title>
</head>
<frameset rows="15%,*,10%" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="top.aspx" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset cols="18%,80%" frameborder="no" border="0" framespacing="0">
<frame src="left.aspx" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="main.aspx" name="mainFrame" id="mainFrame" title="mainFrame" height="100%" scrolling="no" />
</frameset>
<frame src="bottom.aspx" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
</frameset><noframes></noframes>
</html>