62,177
社区成员
发帖
与我相关
我的任务
分享
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Kultur.aspx.cs" Inherits="Kultur" %>
<!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>
<frameset id="UpFrame" rows="135,100%,100" frameborder="0" bordercolor="#5a7dd1" border="0" framespacing="0">
<frame frameborder="0" id="FrameTop" name="FrameTop" src="../UserControls/SystemTop.aspx" scrolling="no">
<frame frameborder="0" id="FrameMiddle" name="FrameMiddle" src="Index.aspx" scrolling="no">
<frame frameborder="0" id="FrameBottom" name="FrameBottom" src="../UserControls/SystemBottom.aspx" scrolling="no">
</frameset>
</html>
<frameset border="0" ID="workflowFrame" framespacing="0" frameborder="yes" rows="25,25,8,*">
<frame name="loginInfo" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" noresize src="Bid_Title.aspx"/>
<frame name="ManuPage" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" noresize src="OperateMenuPage.aspx"/>
<frame name = "topLineFrame" src="top.htm" frameborder="0" scrolling="no" marginwidth="0" noresize marginheight="0"/>
<frameset ID="mainFrame" border="0" framespacing="0" frameborder="yes" cols="200,8,*">
<frame name="leftFrame" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" src="Bid_Table_Dir.aspx"/>
<frame name="mainLineFrame" src="line.htm" frameborder="0" scrolling="no" marginwidth="0" noresize marginheight="0" >
<frame name="rightFrame" frameborder="no" scrolling="auto" marginwidth="0" marginheight="0" src="Bid_Goods_App_Table.aspx"/>
</frameset>
<noframes>
<body>
<p>此网页是使用了框架,但你的网页不支持框架!!</p>
</body>
</noframes>
</frameset>
这是我的框架集!!!