anchor.aspx
上传用户:crystal
上传日期:2022-08-11
资源大小:33k
文件大小:5k
- <%@ Page language="c#" Inherits="EeekSoft.PopupTest.anchor" CodeFile="anchor.aspx.cs" %>
- <%@ Register TagPrefix="cc1" Namespace="EeekSoft.Web" Assembly="EeekSoft.Web.PopupWin" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
- <html>
- <head>
- <title>高级应用测试|51aspx.com</title>
- <meta content="Microsoft Visual Studio .NET 7.1" name=GENERATOR>
- <meta content=C# name=CODE_LANGUAGE>
- <meta content=JavaScript name=vs_defaultClientScript>
- <meta content=http://schemas.microsoft.com/intellisense/ie5 name=vs_targetSchema>
- </head>
- <body>
- <form id=Form1 method=post runat="server"><asp:hyperlink id=HyperLink1 style="Z-INDEX: 100; LEFT: 8px; POSITION: absolute; TOP: 400px" runat="server" NavigateUrl="default.aspx">基本特性演示</asp:hyperlink><asp:HyperLink id="HyperLink2" style="Z-INDEX: 119; LEFT: 8px; POSITION: absolute; TOP: 376px" runat="server" NavigateUrl="simple.aspx">简单弹出窗口测试</asp:HyperLink><cc1:popupwinanchor id=helpSecond style="Z-INDEX: 117; LEFT: 576px; POSITION: absolute; TOP: 48px" runat="server" popuptoshow="popupHelp" linkedcontrol="textSecond" handledevent="onfocus" newtitle="互动帮助" newtext="输入第二项内容<br/><br/>想得到更多信息请登陆51aspx.com" newmessage="输入第二项内容" changetexts="True"></cc1:popupwinanchor><asp:textbox id=textMsg style="Z-INDEX: 106; LEFT: 120px; POSITION: absolute; TOP: 56px" runat="server" columns="50" width="336px"> 新消息 text</asp:textbox><asp:textbox id=textTitle style="Z-INDEX: 105; LEFT: 120px; POSITION: absolute; TOP: 88px" runat="server" columns="50" Width="336px">New title</asp:textbox><asp:textbox id=textText style="Z-INDEX: 104; LEFT: 120px; POSITION: absolute; TOP: 120px" runat="server" columns="39" width="336px" rows="4" textmode="MultiLine" height="80px">This very long text will be displayed in new window. To open this window click on "Show Popup" button and then click on popup window.</asp:textbox><asp:label id=Label1 style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 120px" runat="server">新文本:</asp:label><asp:label id=Label2 style="Z-INDEX: 102; LEFT: 8px; POSITION: absolute; TOP: 88px" runat="server">New title:</asp:label><asp:label id=Label3 style="Z-INDEX: 103; LEFT: 8px; POSITION: absolute; TOP: 56px" runat="server">新消息:</asp:label><asp:button id=btnSetProp style="Z-INDEX: 107; LEFT: 216px; POSITION: absolute; TOP: 208px" runat="server" Text="设置属性" onclick="btnSetProp_Click"></asp:button><asp:textbox id=textFirst style="Z-INDEX: 108; LEFT: 104px; POSITION: absolute; TOP: 312px" runat="server" Width="184px"></asp:textbox><asp:label id=Label4 style="Z-INDEX: 109; LEFT: 8px; POSITION: absolute; TOP: 312px" runat="server">第一项:</asp:label><asp:label id=Label5 style="Z-INDEX: 110; LEFT: 8px; POSITION: absolute; TOP: 256px" runat="server" Font-Bold="True">在表单中的互动应用</asp:label><asp:textbox id=textSecond style="Z-INDEX: 111; LEFT: 104px; POSITION: absolute; TOP: 344px" runat="server" Width="184px"></asp:textbox><asp:label id=Label6 style="Z-INDEX: 112; LEFT: 8px; POSITION: absolute; TOP: 344px" runat="server">第二项:</asp:label><asp:label id=Label7 style="Z-INDEX: 113; LEFT: 8px; POSITION: absolute; TOP: 8px" runat="server" Font-Bold="True">无刷新重新弹出窗口</asp:label><asp:label id=Label8 style="Z-INDEX: 114; LEFT: 8px; POSITION: absolute; TOP: 280px" runat="server">(点击文本框可以看到右下角弹出窗口)</asp:label><cc1:popupwin id=popupHelp title="Interactive help" style="Z-INDEX: 115; LEFT: 16px; POSITION: absolute; TOP: 528px" runat="server" GradientDark="143, 188, 139" GradientLight="200, 220, 200" TextColor="0, 0, 0" DarkShadow="85, 107, 47" Shadow="34, 139, 34" LightShadow="50, 155, 50" AutoShow="False" hideafter="2000"></cc1:popupwin><cc1:popupwinanchor id=helpFirst style="Z-INDEX: 116; LEFT: 576px; POSITION: absolute; TOP: 16px" runat="server" popuptoshow="popupHelp" linkedcontrol="textFirst" handledevent="onfocus" newtitle="Interactive help" newtext="Enter first item<br/><br/>For more help contact someone else.." newmessage="Enter first item to this field" changetexts="True"></cc1:popupwinanchor><cc1:PopupWinAnchor id="showTest" style="Z-INDEX: 118; LEFT: 576px; POSITION: absolute; TOP: 80px" runat="server" LinkedControl="btnShow" PopupToShow="popupTest" newmessage="新消息 text" newtext='This very long text will be displayed in new window. To open this window click on "Show Popup" button and then click on popup window.' newtitle='New Title' changetexts="True"></cc1:PopupWinAnchor><cc1:PopupWin id="popupTest" title="第一个窗口" style="Z-INDEX: 120; LEFT: 616px; POSITION: absolute; TOP: 528px" runat="server" Text="First text in new window" Message="第一条消息内容|-51aspx.com" DockMode="BottomLeft" ColorStyle="Violet"></cc1:PopupWin><input id="btnShow" style="Z-INDEX: 121; LEFT: 344px; WIDTH: 112px; POSITION: absolute; TOP: 208px; HEIGHT: 24px" type="button" value="重新弹出"><asp:Label id="Label9" style="Z-INDEX: 123; LEFT: 8px; POSITION: absolute; TOP: 32px" runat="server">(OnClick - after you click on "ReShow" button new properties will be set)</asp:Label></form>
-
- </body>
- </html>