📄 quhuisave.asp
字号:
<style>
<!--
.c { font-family: 宋体; font-size: 9pt; font-style: normal; line-height: 12pt; font-weight: normal; font-variant: normal; text-decoration: none}
-->
</style>
<% @language="vbscript" %>
<!--#include file="Md5.asp"-->
<%
response.buffer=true
Response.Expires=0
dim name
dim rq
dim aq
name=Request.form("name")
aq=request("aq")
%>
<!--#include file="conn.asp" -->
<%
dim rs,sql
set rs=server.createobject("adodb.recordset")
sql="select * from mclass where name='"&name&"' "
rs.Open sql,conn,1,3
if aq=rs("aq") then
%>
<body topmargin="0" leftmargin="0" rightmargin="00" bottommargin="0" marginwidth="0" marginheight="0">
<form action="quhuiok.asp" method="POST">
<div align="center">
<center>
<center>
<p align="center"> </p>
<p align="center"><font style="font-size: 9pt">取回密码 - 最后一步</font></p>
<table border="0" cellspacing="1" cellpadding="0" width="554" height="64" bgcolor="#DADADA" style="font-size: 9pt; font-family: 宋体" id="table1">
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right"><font size="2" class="c">您的用户名是 </font></p>
</td>
<td height="25" bgcolor="#FFFFFF">
<%=rs("name")%>
<input type="hidden" name="name" size="27" maxlength="27" value="<%=rs("name")%>"></td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right">请输入您的新密码 </p>
</td>
<td height="25" bgcolor="#FFFFFF">
<input type="password" name="pass" size="27" maxlength="27" style="font-size: 9pt; color: #000000; padding-top: 3px"><font size="2" class="c"><font color="#CC0000"> **</font></font>
(请牢记您的密码!切勿再忘!)
</td>
</tr>
<tr>
<td width="143" height="25" bgcolor="#EBEBEB">
<p align="right">请确认您的新密码 </p>
</td>
<td height="25" bgcolor="#FFFFFF">
<input type="password" name="rpass" size="27" maxlength="27" style="font-size: 9pt; color: #000000; padding-top: 3px"><font size="2" class="c"><font color="#CC0000"> **</font></font>
(请仔细确认!) </td>
</tr>
</table>
<br>
<font size="3" class="c" color="#000000">
<input type="submit" name="Submit" value="确认" style="font-size: 9pt; color: #000000; padding-top: 3px"> </font></center>
</center>
</div></form>
<p> <%
else
%>
<html>
<head>
<title>取回密码 - 第三步</title>
您的用户名填写错误,请返回重新填写,<a href="quhui.htm">点此返回</a>!</p>
</html>
<%
end if
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -