📄 set_network.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Network_set_Network, App_Web_ne2ojjc7" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<script type="text/javascript">
function c_click()
{
if(document.getElementById('RadioButton5').checked==true)
{
document.getElementById('TextBox1').disabled=true;
document.getElementById('TextBox2').disabled=true;
}
else
{
document.getElementById('TextBox1').value='';
document.getElementById('TextBox2').value='';
document.getElementById('TextBox1').disabled=false;
document.getElementById('TextBox2').disabled=false;
}
}
</script>
</head>
<body style=" margin : 0px;background-color:transparent ; width : 100% ; height : 100%">
<form id="form1" runat="server">
<table border="0" cellpadding="0" cellspacing="0" style ="width : 100% ; height : 100%" id="table1" runat="server" visible="true">
<tr>
<td style="text-align : left ; vertical-align : top">
选择你想要进行的操作:<br />
<asp:RadioButton ID="RadioButton1" runat="server" GroupName="1" Text="更改网络名称<br />" ToolTip="rename" Visible="False" Checked="True"/>
<asp:RadioButton ID="RadioButton2" runat="server" GroupName="1" Text="设置网络密码<br />" ToolTip="password" Visible="False" />
<asp:RadioButton ID="RadioButton3" runat="server" GroupName="1" Text="关闭网络<br />" ToolTip="close_Network" Visible="False" />
<asp:RadioButton ID="RadioButton4" runat="server" GroupName="1" Text="退出网络<br />" ToolTip="exit_Network" Visible="False" />
</td>
</tr>
<tr style="background-color:#f0f0f0 ; height : 30px">
<td style="text-align : right">
<asp:Button ID="table1_next" runat="server" Text="下一步" OnClick="table1_next_Click"/>
<input id="Button2" type="button" value="取消" onclick="window.parent.yingyong_close();"/>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style ="width : 100% ; height : 100%" id="rename" runat="server" visible="false">
<tr>
<td style="text-align : left ; vertical-align : top">
输入新网络名:<br />
<asp:TextBox ID="Networkname" runat="server" Width="240px" MaxLength="256"></asp:TextBox></td>
</tr>
<tr style="background-color:#f0f0f0 ; height : 30px">
<td style="text-align : right">
<asp:Button ID="rename_back" runat="server" Text="上一步" ToolTip="table1" OnClick="button_Click"/>
<asp:Button ID="rename_next" runat="server" Text="下一步" ToolTip="rename1" OnClick="rename_next_Click"/>
<input type="button" value="取消" onclick="window.parent.yingyong_close();"/>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style ="width : 100% ; height : 100%" id="rename1" runat="server" visible="false">
<tr>
<td style="text-align : left ; vertical-align : top">
<asp:Label ID="rename1_tishi" runat="server" Text="名字修改成功"></asp:Label>
</td>
</tr>
<tr style="background-color:#f0f0f0 ; height : 30px">
<td style="text-align : right">
<input type="button" value="关闭" onclick="window.parent.Refresh();window.parent.yingyong_close();"/>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style ="width : 100% ; height : 100%" id="password" runat="server" visible="false">
<tr>
<td style="text-align : left ; vertical-align : top">
<asp:RadioButton ID="RadioButton5" runat="server" Text ="删除密码" GroupName="2" onclick ="c_click();"/><br />
<asp:RadioButton ID="RadioButton6" runat="server" Text ="设置密码" Checked="True" GroupName="2" onclick ="c_click();"/><br />
密码:<asp:TextBox ID="TextBox1" runat="server" Width="168px" MaxLength="17" TextMode="Password"></asp:TextBox>17位<br />
确认密码:<asp:TextBox ID="TextBox2" runat="server" Width="168px" MaxLength="17" TextMode="Password"></asp:TextBox>
</td>
</tr>
<tr style="background-color:#f0f0f0 ; height : 30px">
<td style="text-align : right">
<asp:Button ID="password_back" runat="server" Text="上一步" ToolTip="table1" OnClick="button_Click"/>
<asp:Button ID="password_next" runat="server" Text="下一步" ToolTip="rename1" OnClick="password_next_Click"/>
<input type="button" value="取消" onclick="window.parent.yingyong_close();"/>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style ="width : 100% ; height : 100%" id="password1" runat="server" visible="false">
<tr>
<td style="text-align : left ; vertical-align : top">
<asp:Label ID="Label1" runat="server" Text="密码设置成功"></asp:Label>
</td>
</tr>
<tr style="background-color:#f0f0f0 ; height : 30px">
<td style="text-align : right">
<input type="button" value="关闭" onclick="window.parent.yingyong_close();"/>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style ="width : 100% ; height : 100%" id="close_Network" runat="server" visible="false">
<tr>
<td style="text-align : left ; vertical-align : top">
关闭网络,网络的所有共享设置将被删除,且不能恢复,确定请点下一步
</td>
</tr>
<tr style="background-color:#f0f0f0 ; height : 30px">
<td style="text-align : right">
<asp:Button ID="Button3" runat="server" Text="上一步" ToolTip="table1" OnClick="button_Click"/>
<asp:Button ID="Button4" runat="server" Text="下一步" ToolTip="close_Network1" OnClick="Button4_Click"/>
<input type="button" value="取消" onclick="window.parent.yingyong_close();"/>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style ="width : 100% ; height : 100%" id="close_Network1" runat="server" visible="false">
<tr>
<td style="text-align : left ; vertical-align : top">
<asp:Label ID="Label3" runat="server" Text="网络已成功关闭"></asp:Label>
</td>
</tr>
<tr style="background-color:#f0f0f0 ; height : 30px">
<td style="text-align : right">
<input type="button" value="关闭" onclick="window.parent.Refresh();window.parent.yingyong_close();"/>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style ="width : 100% ; height : 100%" id="exit_Network" runat="server" visible="false">
<tr>
<td style="text-align : left ; vertical-align : top">
退出网络,将删除您对此网缉私的所有共享设置,确定请点下一步
</td>
</tr>
<tr style="background-color:#f0f0f0 ; height : 30px">
<td style="text-align : right">
<asp:Button ID="Button6" runat="server" Text="上一步" ToolTip="table1" OnClick="button_Click"/>
<asp:Button ID="Button7" runat="server" Text="下一步" ToolTip="exit_Network" OnClick="Button7_Click"/>
<input type="button" value="取消" onclick="window.parent.yingyong_close();"/>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style ="width : 100% ; height : 100%" id="exit_Network1" runat="server" visible="false">
<tr>
<td style="text-align : left ; vertical-align : top">
<asp:Label ID="Label4" runat="server" Text="您已退出该网络"></asp:Label>
</td>
</tr>
<tr style="background-color:#f0f0f0 ; height : 30px">
<td style="text-align : right">
<input type="button" value="关闭" onclick="window.parent.Refresh();window.parent.yingyong_close();"/>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -