📄 login.asp
字号:
<%@ language=vbscript codepage="936" %>
<%
dim s
randomize timer
s=Int((8999)*Rnd +1000)
%>
<html>
<head>
<title>动态IP网吧IP绑定</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/default.css" rel="stylesheet" type="text/css">
<body leftmargin="0" topmargin="0">
<meta http-equiv="Content-Language" content="zh-cn">
<LINK href="images/default.css" type=text/css rel=stylesheet></HEAD>
<script language=javascript>
function xxg()
{
if (document.form1.user.value==""){
alert("网吧名请输入完整!")
document.form1.user.focus();
return false
}
if (document.form1.password.value==""){
alert("您的密码?");
document.form1.password.focus();
return false
}
return true
}
</script>
<BODY text=#000000 background=images/background-extender.gif topmargin="0">
<DIV align=center>
<TABLE cellSpacing=0 cellPadding=0 width=615 border=0 height="290">
<TBODY>
<TR>
<TD height="17">
<IMG height=1 alt="" src="images/spacer.gif" width=615
border=0></TD>
</TR>
<TR>
<TD height="48">
<IMG height=48 src="images/top_1.gif" width=615></TD>
</TR>
<TR>
<TD vAlign=top background=images/view-3_r4_c1.gif height="206">
<p align="center"> <table width="80%" border="1" cellspacing="0" cellpadding="6" bordercolorlight="#999999" bordercolordark="#ffffff" align="center">
<form name="form1" method="post" action="loginchk.asp" onsubmit="return xxg()">
<tr>
<td height="28" colspan="2" background="../user/images/radio_bg.gif"> <div align="center" class="title">
<strong>动态IP网吧IP绑定</strong></div></td>
</tr>
<tr>
<td colspan="2"> <div align="center"><font color="#FF0000">为了更好的为您服务,请仔细填写以下所有信息,并核对无误</font></div></td>
</tr>
<tr>
<td width="132" align="right"><strong>网吧名称:</strong></td>
<td width="348">
<input name="user" type="text" size="16">
</td>
</tr>
<tr>
<td width="132" align="right"><strong>网吧密码: </strong></td>
<td width="348">
<input name="password" type="password" size="10"></td>
</tr>
<tr>
<td width="132" align="right">
<p><strong>验证码: </strong></td>
<td width="348">
<input name="s" type="text" size="4"> <%=s%></b>
<input maxlength=20 name="s2" size=12 type=hidden value="<%=s%>"></td>
</tr>
<tr>
<td width="132"> </td>
<td width="348"> <input type="submit" name="Submit" value="登陆"> <input type="reset" name="Submit2" value="取消">
</td>
</tr>
</form>
</table>
<p>
</body>
</TD>
</TR>
<TR>
<TD height=19><IMG height=19 src="images/di_1.gif" width=615></TD>
</TR>
</TBODY></TABLE></DIV></BODY></HTML>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -