📄 getpass.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="top.asp"-->
<%
Set rs=Server.CreateObject("ADODB.Recordset")
number=session("number")
passwd=session("Passwd")
sql="select * from admin1 where number='"&number&"'and passwd='"&Passwd&"'"
rs.open sql,conn,3,3
if rs.eof then
response.redirect "index.asp"
response.end
end if
%>
<%
key1=rs("oskey")
IF not(KEY1="super") THEN
response.redirect "error.asp?id=065"
response.end
END IF
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body stylesrc="index.asp">
<div align="center">
<center>
<table border="0" cellpadding="0" width="772" align="center" id="AutoNumber1" height="159" style="border-bottom: 1px solid #CCCCCC">
<tr>
<td height="136">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2" height="142">
<tr>
<td width="100%" height="142">
<form method="POST" action="getpass2.asp">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="103%" id="AutoNumber3" height="1">
<tr>
<td width="19%" height="31"> </td>
<td width="60%" height="31">
<p align="center"><b><font color="#FF0000">找 回 密 码</font></b></td>
<td width="30%" height="31"> </td>
</tr>
<tr>
<td width="19%" height="40"> </td>
<td width="59%" height="40">您的学生忘记了密码?不用担心,我们提供完善的找回系统,在此您可以找回密码。您所要做的只是按步骤提示认真填写各项内容,您就可以顺利的找回密码。</td>
<td width="27%" height="40"> </td>
</tr>
<tr>
<td width="19%" height="31"> </td>
<td width="56%" height="31">
现在开始吧!</td>
<td width="30%" height="31"> </td>
</tr>
<tr>
<td width="19%" height="31"> </td>
<td width="56%" height="31">
<font color="#FF0000">第一步:输入学生的学号</font></td>
<td width="30%" height="31"> </td>
</tr>
<tr>
<td width="19%" height="31"> </td>
<td width="56%" height="31">
<p align="center">
<input type="text" name="number" size="19"
class="smallinput" maxlength="255" style="border:1px solid #CCCCCC; width:130;height:18; color:#444444; font-size:9pt; background-color:#F4F4F4" onmouseover="style.backgroundColor='#FFFFFF'" onmouseout="style.backgroundColor='#F4F4F4'"></td>
<td width="30%" height="31"> </td>
</tr>
<tr>
<td width="19%" height="17"></td>
<td width="56%" height="17">
<p align="center">
</td>
<td width="30%" height="17"></td>
</tr>
<tr>
<td width="19%" height="31"> </td>
<td width="56%" height="31">
<p align="center">
<input type="submit" value="下一步" name="next" style="border:1px solid #CCCCCC; width:60;height:18; color:#666666; font-size:9pt; background-color:#F1F1F1" onmouseover="style.backgroundColor='#FFFFFF'" onmouseout="style.backgroundColor='#F1F1F1'"></td>
<td width="30%" height="31"> </td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
</center>
</div>
</body>
<!--#include file="bottom.asp"-->
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -