www.gusucode.com > 超文本多用户论坛程序 1.1 > my/lostpw.asp

    <!--
#######################################################
#              取回密码接口                           #
#              文件名:  lostpw.asp                    #
#              本地文件                               #
#              美工设计:Ardy.CN                       #
#              Email:Admin@Ardy.CN                    #
#              第一域名 http://1dns.cn                #
#######################################################
-->

<!--#include file="inc.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=TITLE%>--重发密码</title>
<link href="images/main.css" rel="stylesheet" type="text/css" />
</head>

<body>
<DIV id=container>

<!--顶部-->
<!--#include file="head.asp"-->
<!--内容-->

<DIV id=Tbody><BR><BR>
<DIV style="TEXT-ALIGN: center">
<DIV id=MsgContent style="WIDTH: 550px">
<DIV id=MsgHead>重发密码</DIV>
<DIV id=MsgBody>
  <form name="form" method="post" action="<%=server_url%>/lostpw.asp">
  <input type=hidden name=back_url value="<%=back_url%>/lostpwok.asp">
  <p class="text"><br />
    找回你忘记的密码,密码将发送到域名注册时的邮箱,请确保你注册的邮箱真实有效。<br />
    请妥善保管好你的密码。<br />
    <br />
  
  <p>账号:http://         
<input type="text" class="userpass" name="username" size="12" maxlength="20">
.         
<select class="userpass" name="seldomain"><%=domain%>
</select>
  </p>
  <p>   
    <input type="submit" class="userbutton" name="Submit" value=" 发送密码 " />
  </p>
  </form>
  <p>&nbsp; </p>
  <p><br />
    </p>
  </p>
</DIV>
</DIV></DIV><BR><BR></DIV>

<!--底部-->

<DIV id=foot>
  <!--#include file="foot.asp"-->
  
</DIV>
</DIV>
</body>
</html>