<p><font size="2"> 3、然后再按 下一步。</font><br>
<br>
</p></td>
</tr>
</table>
</form></body>
</html>
接着输入用户名,点击下一步,出现如图5.9的画面。在注册会员时会有自己输入的提示问题(5.2中注册会员时提到的),输入正确的提示答案。
图5.9 输入提示答案
其界面的主要代码:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="main.css" type="text/css">
</head>
<body bgcolor="#D7D7D7" text="#000000">
<%if rs.eof or err then%>
<script language=Javascript>
<!--
alert(" >>> 无该用户,请重新输入用户名 <<<\n\n如果您记不清了,请电话与我们联系以确认您的身份");
window.history.go(-1);
//-->
</script>
<%else%>
<form name="form1" method="post" action="forgotpwd3.asp">
<TABLE
width="400" height="189" border=1 align="center" cellPadding=2 cellSpacing=2 bordercolor="#111111" borderColorLight=#AAAAAA borderColorDark=#EEEEEE style="border-collapse: collapse">
<tr bgcolor="#3979C6">
<td height="19" colspan="2" bgcolor="#3979C6"> <p align="center"><font color="#FFFFFF">找回密码</font></p></td>
</tr>
<tr>
<td width="210" height="9"> <p align="left"> <strong>您的提示问题是:</strong><font color="#FF0000"><%=rs("tishi")%></font>
</p></td>
</tr>
<tr>
<td height="10" colspan="2"><p align="left"> <strong>请输入您正确的提示答案</strong>
<input type="text" name="tsda" size="26" maxlength="16" style="font-size: 9pt; border: 1px solid #7D85A2; background-color: #CBE6A8">
<input type="hidden" name="uid" value="<%=Request("uid")%>">
</p></td>
</tr>
<tr>
<td height="26" colspan="2"> <p align="center">
<input type="submit" name="Submit" value=" 下一步 " style="font-size: 9pt; border: 1px solid #7D85A2; background-color: #CBE6A8">
</p></td>
</tr>
<tr>
<td height="104" colspan="2"> <p> <font size="2">注意 </font></p>
<p><font size="2"> 1、请正确填写您的密码提示答案。</font></p>
<p><font size="2"> 2、然后再按 下一步。</font><br>
</p></td>
</tr>
</table>
</form>
<%end if %>
</body>
</html>
点击下一步出现如图5.10的画面,即显示您所设置的密码。
图5-10 显示密码 ASP+access网上房屋买卖及租赁系统的开发(21):http://www.youerw.com/jisuanji/lunwen_2356.html