⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nopass3.asp

📁 三鸟个人网站源码。
💻 ASP
字号:
<!--#include file="conn.asp"-->
<%dim d_answer
d_answer=request.form("d_answer")

set rs1=server.CreateObject("ADODB.RecordSet")
rs1.Open "Select * from duser where d_answer='"&d_answer&"'",conn

if rs1.eof then
response.write "<script language=javascript>" & chr(13) & "alert('对不起,密码答案错误,请重新输入!');" & "history.back()" & "</script>"
else
%>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<LINK href="style.css" rel=stylesheet>
<title>忘记密码</title>
</head>

<body>

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="758">
    <tr>
      <td>
        <p align="center"><!--#include file="head.asp"--></td>
    </tr>
  </table>
  </center>
</div>

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="758">
    <tr>
      <td width="190"><!--#include file="left.asp"--></td>
      <td width="566" valign="top">
        <table border="0" cellpadding="0" cellspacing="0" width="100%" height="1">
          <tr>
            <td width="100%" background="pic/line_gb.gif" height="1"></td>
          </tr>
          <tr>
            <td width="100%" height="14"> 
              <div align="center">
                <table border="0" cellpadding="0" cellspacing="0" width="300" height="57">
                  <tr>
                    <td bgcolor="#C0C0C0" height="18">
                      <p align="center"><b>获得密码</b></td>
                  </tr>
                  <tr>
                    <td bgcolor="#EEEEEE" height="39">&nbsp;您的密码为:<font color="#FF0000"><%=rs1("d_pass")%></font>,请小心保管您的密码。</td>
                  </tr>
                </table>
              </div>
              <p> </p>
              <p> </td>
          </tr>
        </table>
        <%end if
                rs1.Close
   set rs1=Nothing
   
   conn.Close
   set conn=Nothing%>
      </td>
    </tr>
  </table>
  </center>
</div>

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="758">
    <tr>
      <td>
        <p align="center"><!--#include file="end.asp"--></td>
    </tr>
  </table>
  </center>
</div>

</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -