FineUI/FineUI.Examples/iframe/parent_postback_top3.aspx
三生石上 79ad9e6bc2 v4.2.3
2016-01-10 01:19:30 -05:00

20 lines
656 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_postback_top3.aspx.cs"
Inherits="FineUI.Examples.iframe.parent_postback_top3" %>
<!DOCTYPE html>
<html>
<head id="head1" runat="server">
<title></title>
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" runat="server" />
页面三parent_postback_top3.aspx
<br />
<f:Button ID="Button1" runat="server" Text="关闭本窗体,回发父页面" OnClick="Button1_Click">
</f:Button>
</form>
</body>
</html>