📄 getpass1.asp
字号:
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<style>
BODY {scrollbar-track-color:#ffffff; SCROLLBAR-FACE-COLOR: #ffffff; FONT-SIZE: 9pt; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #eeeeee; SCROLLBAR-3DLIGHT-COLOR: #eeeeee; SCROLLBAR-ARROW-COLOR: #dddddd; FONT-FAMILY: "Verdana"; SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}
select{font-size:8pt;font-family:verdana;background-color:#ffffff;border:1px dotted #cccccc; color:#333333;}
input{font-size:8pt;font-family:verdana;background-color:#ffffff;border-bottom:1px solid #cccccc;border-left:1px solid #cccccc; border-top:0px solid #cccccc;border-right:0px dotted #cccccc;color:#333333;}
textarea{font-size:8pt; font-family:verdana;background-color:#ffffff;border:1px dotted #cccccc;color:#333333;letter-spacing : 1pt ;line-height : 150%}
A {
COLOR: #333333; TEXT-DECORATION: none ;border-bottom:1px dotted
}
A:hover {
COLOR: #333333; background-color:#C0FFFF;
}
td {FONT-SIZE: 9pt; FONT-FAMILY: "Verdana"; color:#3333333;letter-spacing : 1pt ;line-height : 150%}
.td{border:1px dotted #999999}
</style>
<title>密码提示</title>
</head>
<body topmargin=50 leftmargin=0>
<div align="center"> <center>
<%
set conn=server.createobject("ADODB.CONNECTION")
conn.open "DBQ="+server.mappath("pfcr1015.asp")+";DRIVER={Microsoft Access Driver (*.mdb)};"
set rs=server.createobject("adodb.recordset")
sql="SELECT * from user where user='"&request("user")&"'"
rs.open sql,conn,1,3
if rs.eof then
response.write "<center><font color=red>错误:用户 "+request("user")+" 还未注册.</font></center>"
Else
%>
<form name=form1 action=getpass2.asp method=POST>
<p><center>请回答以下问题:<%=rs("wenti")%><p>
<%
response.write "<input type=hidden name='user' value="+rs("user")+" size=16 style='font-size: 9pt'>"
response.write "<input type=text name=daan size=16 style='font-size: 9pt'><p>"
%>
<input type="submit" name="B1" style="font-size:9pt" value="下一步"></form></center>
<font color=#336600><center>
如果你连以上问题的答案都忘了,
<p>那么你只好写信通知</font><a href="mailto:285224767@qq.com?subject=%C4%E3%BA%C3,%B9%DC%C0%ED%D4%B1,%CE%D2%CF%EB%C8%A1%BB%D8%C3%DC%C2%EB.%CE%D2%B5%C4%D3%C3%BB%A7%C3%FB%CA%C7<%=rs("user")%>.">谭娅玲 袁华.t</a><font color=#336600><a href=mailto:285224767@qq.com?subject=%C4%E3%BA%C3,%B9%DC%C0%ED%D4%B1,%CE%D2%CF%EB%C8%A1%BB%D8%C3%DC%C2%EB.%CE%D2%B5%C4%D3%C3%BB%A7%C3%FB%CA%C7<%=rs("user")%>.></a>,让<a href=mailto:hairfly@21cn.com?subject=%C4%E3%BA%C3,%B9%DC%C0%ED%D4%B1,%CE%D2%CF%EB%C8%A1%BB%D8%C3%DC%C2%EB.%CE%D2%B5%C4%D3%C3%BB%A7%C3%FB%CA%C7<%=rs("user")%>.>偶</a>将你的密码发到你注册时填写的信箱<%=rs("mail")%>中.</font>
<%
end if
rs.close
conn.close
%>
<br>
<br>
<br>
</div>
<!--#include file="copy.asp"-->
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -