📄 login.asp
字号:
<!--#include file="conn.asp"-->
<%if session("password")<>"" then%>
<%
username=request("username") '接受管理员用户名
password=request("password") '接受管理员密码
keys=request("keys")
mm=0
%>
<%
if username<>"" and password<>"" then
set rs=conn.execute("select * from administrator where username='"& username & "'") '判断是否存在该用户
if not (rs.bof and rs.eof) then '判断是否有该权限
if rs("password")=password then
session("password")=rs("password") '为真则将该用户的该权限放入SESSION中
Response.Redirect "add.asp" '跳转到管理员管理页面
else
mm=1
end if
else
mm=2
end if
elseif keys="submit" then
mm=3
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>25175.com 在线考试系统 v1.61</title>
<link href="25175_1.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
margin-top: 0px;
}
-->
</style></head>
<body>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="754" valign="top" bgcolor="#A0A4AC" style="line-height:140%;"> 网站名称:<font color="#0000FF"><a href="http://www.25175.com">SP.25175</a></font><br>
网站LOGO:<a href="http://www.25175.com/logo1.GIF">http://www.25175.com/logo1.GIF</a><br>
演示地址:<font color="#0000FF"><a href="http://www.25175.com/asp/test_20050825_v161/">http://www.25175.com/asp/test_20050825_v161/</a><br>
</font>下载地址:<font color="#0000FF"><a href="http://www.25175.com/asp/test_20050825_v161/test_20050825_v161.rar">http://www.25175.com/asp/test_20050825_v161/test_20050825_v161.rar</a><br>
</font> 在线聊天:<a href="http://wpa.qq.com/msgrd?V=1&Uin=29752345&Site=www.25175.com&Menu=yes">29752345</a> <a href="login.asp">后台管理</a></td>
</tr>
</table>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="1"><div align="center"></div></td>
</tr>
</table>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align=center>
<form action="login.asp" method="post" name="form2" id="form2">
<table width="768" border="0" cellpadding="0" cellspacing="0">
<tr bgcolor="#A0A4AC">
<td height="28" colspan="2">
<div align="center"><a href="index.asp">考试学生请进入-->测试</a></div></td>
</tr>
<tr>
<td width="336" height="25" align="right">管理员帐号:</td>
<td width="422"><input name="keys" type="hidden" value="submit">
<input name="username" type="text" class="editbox1" id="username" value="admin" size="15"></td>
</tr>
<tr>
<td height="25" align="right">管理员密码:</td>
<td><input name="password" type="password" class="editbox1" value="admin" size="15"></td>
</tr>
<tr align="center">
<td height="25" colspan="2">
<input type="submit" name="Reg2" value="登录" class="bottom">
<input type="reset" name="Submit32" value="重写" class="bottom"> </td>
</tr>
</table>
</form>
</div></td>
</tr>
</table>
<table width="768" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="20" bgcolor="#A0A4AC"><div align="center" class="style1">
<div align="center"><a href="http://www.25175.com">powered by 25175</a></div>
</div></td>
</tr>
</table>
</body>
</html>
<%else
Response.Redirect "20050130_loginagine.asp"
end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -