其界面的主要代码:
uid=replace(trim(request("uid")),"'","''")
tsda=replace(trim(request("tsda")),"'","''")
sql="select * from puser where uid='"&uid&"' and tsda='"&tsda&"'"
'response.write sql
'response.End
set rs=conn.execute (sql)
%>
</table>
<%if rs.eof or err then%>
<script language=Javascript>
<!--
alert(" >>> 密码提示答案输入不正确 <<<\n\n如果您记不清了,请电话与我们联系以确认您的身份");
window.history.go(-1);
//-->
</script>
<%else%>
<TABLE
width="400" border=1 align="center" cellPadding=2 cellSpacing=2 borderColorLight=#aaaaaa borderColorDark=#eeeeee>
<tr bgcolor="#3979C6">
<td bgcolor="#3979C6"> <p align="center"><font color="#FFFFFF">找回密码</font></p></td>
</tr>
<tr>
<td width="42%"> <p align="center"><strong></strong></p></td>
</tr>
<tr>
<td><p align="center"><strong><font color="#000000">您的密码是: <font color="#FF0000"><%=rs("pwd")%></font></font></strong></p></td>
</tr>
<tr>
<td> <p align="center">
input type="button" value="关闭窗口" name="B2" onclick="window.close();" style="font-size: 9pt">
</p></td>
</tr>
<tr>
<td> <p> <font size="2">注意 </font></p>
<p><font size="2"> 1、请牢记您的密码!</font></p>
<p><font size="2"> 2、如有必要请修改一个您容易记的密码!</font></p>
<p><br>
</p></td>
</tr>
</table>
<%end if %>
</body>
</html>
5.4 发布需求信息
在5.2中讲到注册会员后登录会员就可以发布自己的个人需求信息,其中交易平台包括:我要出租房屋、我要求购房屋、我要出租房屋、我要求租房屋、我的出售信息、我的出租信息和我的需求信息这些功能,如图5.11。
图5.11 会员交易平台
点击我要出售房屋后看到如下图5.12界面,填写相关信息后若无填写正确,点击确认便可发布出售房屋的信息。 ASP+access网上房屋买卖及租赁系统的开发(22):http://www.youerw.com/jisuanji/lunwen_2356.html