FineUI/FineUI.Examples/iframe/parent_postback2.aspx

27 lines
957 B
Plaintext
Raw Permalink Normal View History

2015-05-19 14:45:47 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="parent_postback2.aspx.cs"
Inherits="FineUI.Examples.iframe.parent_postback2" %>
<!DOCTYPE html>
<html>
<head id="head1" runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" />
页面二parent_postback2.aspx
<br />
<f:Label ID="labResult" runat="server">
</f:Label>
<br />
<f:Button ID="Button1" runat="server" Text="页面二中的按钮">
</f:Button>
<br />
<f:Window ID="Window1" runat="server" Height="350px" EnableIFrame="true" IFrameUrl="parent_postback3.aspx"
IsModal="false" Hidden="false" Width="650px" EnableMaximize="true" EnableResize="true"
Target="Self" OnClose="Window1_Close" Title="页面二中的弹出对话框">
</f:Window>
</form>
</body>
</html>