📄 enter_network.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Network_Enter_Network, App_Web_ne2ojjc7" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body style=" margin : 0px">
<form id="form1" runat="server">
<table border="0" cellpadding="0" cellspacing ="0" id="table1" runat="server" visible ="true" style=" width : 100% ; height : 100%">
<tr>
<td style="text-align : left ; vertical-align : top">
正在进入加入网络向导,经由此向导加入网络.<br />
请输入局域网ID:<br />
<asp:TextBox ID="NetworkID" runat="server" MaxLength="17"></asp:TextBox></td>
</tr>
<tr style="background-color:#f0f0f0 ; height : 30px">
<td style=" text-align : right">
<asp:Button ID="Button1" runat="server" Text="下一步" OnClick="Button1_Click" />
<input type="button" value="取消" onclick="window.parent.yingyong_close();"/>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing ="0" id="table2" runat="server" visible ="false" style=" width : 100% ; height : 100%">
<tr style="height : 1px">
<td style="text-align : left">
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
</td>
</tr>
<tr style="height : 1px">
<td style="text-align : left" id="table2_tr1" runat="server" visible="false">
您要加入的网络设置了密码您须要输入密码<br />
请输入密码:<br />
<asp:TextBox ID="Networkpasswork" runat="server" MaxLength="17" TextMode="Password"></asp:TextBox></td>
</tr>
<tr>
<td></td>
</tr>
<tr style="background-color:#f0f0f0 ; height : 30px">
<td style=" text-align : right">
<asp:Button ID="Button2" runat="server" Text="上一步" OnClick="Button2_Click"/>
<asp:Button ID="Button3" runat="server" Text="加入" OnClick="Button3_Click"/>
<input type="button" value="取消" onclick="window.parent.yingyong_close();"/>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing ="0" id="table3" runat="server" visible="false" style=" width : 100% ; height : 100%">
<tr>
<td style="text-align : left; vertical-align : top">
<asp:Label ID="Label2" runat="server" Text="Label"></asp:Label>
</td>
</tr>
<tr style="background-color:#f0f0f0 ; height : 30px">
<td style=" text-align : right">
<asp:Button ID="Button4" runat="server" Text="上一步" OnClick="Button4_Click"/>
<input type="button" value="关闭" onclick="window.parent.Refresh();window.parent.yingyong_close();" id="Button5"/>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -