📄 login.asp
字号:
<!--#include file=conn.asp --><!--#include file=../include/config.asp -->
<%
response.cookies("UserName")=""
response.cookies("KEY")=""
response.cookies("purview")=""
response.cookies("fullname")=""
response.cookies("reglevel")=""
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href=site.css rel=stylesheet>
<title><%=copyright%><%=version%><%=ver%></title>
<script language="JavaScript">
<!--
if (self != top) top.location.href = window.location.href
//-->
</script>
</head>
<body background="../guang/mybg.gif" topmargin="0" marginheight="0">
<br>
<p> </p>
<form method="POST" action="CHKLOGIN.ASP">
<table border="0" width="300" align=center cellspacing="2" cellpadding="6">
<tr>
<td width="300" align="center" height="40" ></td>
</tr>
<tr>
<td width="300" align="center" height="166">
<table border="0" width="350" cellpadding="6">
<tr>
<td align="center">用户名:
<input name="UserName" size="20" font face="宋体" style="font-size: 9pt">
</td>
</tr>
<tr>
<td align="center">密 码:
<input type="password" name="Passwd" size="20" font face="宋体" style="font-size: 9pt">
</td>
</tr>
<tr>
<td align="center">
<p align="center"> 验证码:
<%dim num1,rndnum
Randomize
Do While Len(rndnum)<4
num1=CStr(Chr((57-48)*rnd+48))
rndnum=rndnum&num1
loop
session("verifycode")=rndnum
%>
<input type="text" name="verifycode" size="15" font face="宋体" style="font-size: 9pt">
<font color=#000000><span style="background-color: #FFFFFF"><b><%=session("verifycode")%></b>
</span></font></p>
</td>
</tr>
<tr>
<td align="center">
<p>
<input type="submit" name="Submit" value="进入">
<input type="reset" name="Submit2" value="取消">
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<p align="center"><font size="5" color="#FF0000">请勿非法登陆,本站已经启动登陆记录,如有破坏者,将要负法律责任!</font></p>
<p align="center"><font size="5" color="#FF0000">有事请联系我们的管理员
QQ 65861451 <font color="#FF0000">粤ICP备:05070838</font></font></p>
<p align="center"><font color="#FF0000" size="5">非专业人员,请勿用初始化,后果自负,欢迎定制,价格优惠!</font></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -