FineUI/FineUI.Examples/iframe/parent_postback2.aspx
三生石上 15588d275b v4.2.4.1
2017-09-05 10:49:48 +08:00

27 lines
957 B
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_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>