FineUI/FineUI_v6/FineUI.Examples/iframe/parent_postback_top.aspx

25 lines
897 B
Plaintext
Raw Normal View History

2017-09-05 11:30:31 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="parent_postback_top.aspx.cs"
Inherits="FineUI.Examples.iframe.parent_postback_top" %>
<!DOCTYPE html>
<html>
<head id="head1" runat="server">
<title></title>
<meta name="sourcefiles" content="~/iframe/parent_postback_top2.aspx;~/iframe/parent_postback_top3.aspx" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" />
页面一parent_postback_top.aspx
<br />
<f:Label ID="labResult" runat="server">
</f:Label>
<br />
<f:Panel ID="Panel1" runat="server" ShowBorder="true" EnableCollapse="true"
Width="800px" Height="450px" EnableIFrame="true" IFrameUrl="parent_postback_top2.aspx"
ShowHeader="true" Title="面板一">
</f:Panel>
</form>
</body>
</html>