📄 getpwd2.asp
字号:
<!--#include file="conn.asp"-->
<%response.buffer="True"%>
<%
dim rs,sql
dim username,problem,id
username=request.form("username")
problem=request.form("problem")
%>
<%
dim connuser,password
sql="select * from [tt_link] where username='"&UserName&"'"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
if rs.eof then response.write "<br><br><br><tr><td colspan=7 bgcolor=#ffffff>·<font color=#ff0000>你提交的信息不正确,无法找回密码!</font></td></tr>"
%>
<meta http-equiv="Content-Language" content="zh-cn">
<link href="css.CSS" rel="stylesheet" type="text/css">
<title>密码找回</title>
<style>
<!--
.style1 {
font-size: 16px;
font-family: "黑体";
}
-->
</style>
</head>
<% if not rs.eof then%>
<body topmargin="0" leftmargin="0">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="400" id="AutoNumber1" height="147">
<tr>
<td width="500" height="25" bgcolor="#FF9900"> <p align="center"> ..:::第二步:请输入你的答案:::...</td>
</tr>
<tr>
<td width="500" height="122">
<table border="0" width="100%" id="table1" height="100">
<form method="POST" name="form1" action="getpwd3.asp?username=<%=username%>">
<tbody>
<tr>
<td width="100%" align="center">
您的用户名:<%=rs("username")%> </td>
</tr>
<tr>
<td width="100%" align="center">
密码问题:<%=rs("problem")%> </td>
</tr>
<tr >
<td width="100%" align="center">
<span class="style1">请输入密码答案:</span><input class="inputa" type="answer1" maxlength="30" name="answer1" size="20" ></td>
</tr>
</tbody>
</table>
<center><input type="submit" value=" 到下一步 " name="submit" >
</td>
</tr></form>
</table>
</td>
</tr>
</table>
<table border="0" width="400" id="table2" bgcolor="#FF9900">
<tr>
<td> </td>
</tr>
</table><%end if%>
<%
set rs=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -