FineUI/FineUI.Examples/iframe/parent_postback_top2.aspx
三生石上 8e116609c6 v4.2.0
2015-05-19 14:45:47 +08:00

31 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="parent_postback_top2.aspx.cs"
Inherits="FineUI.Examples.iframe.parent_postback_top2" %>
<!DOCTYPE html>
<html>
<head id="head1" runat="server">
<title></title>
<link href="../res/css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" />
页面二parent_postback_top2.aspx
<br />
<f:Label ID="labResult" runat="server">
</f:Label>
<br />
<f:Button runat="server" ID="Button1" OnClick="Button1_Click" Text="在顶层页面弹出窗体(改变窗体属性)"></f:Button>
<br />
<br />
<f:Button runat="server" ID="Button2" OnClick="Button2_Click" Text="在顶层页面弹出窗体(直接注册脚本)"></f:Button>
<br />
<br />
<f:Window ID="Window1" runat="server" Height="350px" EnableIFrame="true" IFrameUrl="parent_postback_top3.aspx"
IsModal="true" Hidden="false" Width="650px" EnableMaximize="true" EnableResize="true"
Target="Parent" OnClose="Window1_Close" Title="页面二中的弹出对话框">
</f:Window>
</form>
</body>
</html>