📄 getanswer.asp
字号:
<%@ Language=VBScript codepage ="936" %><!--#include file="../conn/dbconn1.asp"--><LINK href="../Pict/mwtStyle.css" rel=stylesheet type=text/css><HTML> <head><TITLE>取出问题</TITLE></head><%dim UsernameGetUsernameGet=Request.Form("UsernameGet")sql="select * from qyml where User='"&UsernameGet&"'"set rs= Server.CreateObject("ADODB.Recordset") rs.open sql,conn,1,1%><body><div align="center"><center><TABLE cellSpacing=0 cellPadding=0 width="430" border=0 style="border-collapse: collapse" bordercolor="#111111"><TBODY><TR><TD width=34><A name=1></A><IMG src="images/getpass_bg1.gif"></TD><TD align=middle background=images/getpass_bg2.gif colSpan=2><strong><font color="#333333" style="font-size: 10.5pt; letter-spacing: 2">找回您的密码?</font></strong></TD><TD width=43><IMG src="images/getpass_bg3.gif"></TD></TR><TR><TD vAlign=top background=images/getpass_bg4.gif rowSpan=3><IMG src="images/getpass_bg4.gif"></TD><TD align=middle width=110 bgColor=#f2f2f2> </TD><TD width=286 bgColor=#f2f2f2><P> </P></TD><TD vAlign=top background=images/getpass_bg5.gif rowSpan=3><IMG src="images/getpass_bg5.gif"></TD></TR><TR><TD align=middle bgColor=#f2f2f2 height=13 colspan="2"><table border="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="144"><tr><td height="128"> <FORM ACTION="getAnswer.ASP" method="post" name=getanswer><p align="center">用户名: <input type=text name=UserNameGet size="20"><input type=hidden name=Sure value="sure"><input type=submit name=submit value="取出问题" style="border-style: solid; border-width: 1"></p><p><%if RS("id")<0 thenResponse.Write ""elseResponse.Write Request.Form("UsernameGet")Response.Write "的问题是:"Response.Write RS("Question") end if%></form><FORM ACTION="getPassword.ASP" method="post" name=getanswer><input type="hidden" name=UserName value=<%=Request.Form("UserNameGet")%>><p align="center">答 案:<input type=text name=Answer size="20"> <input type=submit name=submit value="找回密码" style="border-style: solid; border-width: 1"></p></form></td></tr><tr><td width="100%" height="12"></td></tr></table></TD></TR><tr><TD align=middle bgColor=#f2f2f2 height=14 colspan="2"><A href="javascript:window.close()"> <IMG src="images/getpass_close.gif" width="71" height="20" border=0></A></TD></tr><TR><TD><IMG src="images/getpass_bg6.gif"></TD><TD background=images/getpass_bg7.gif colSpan=2><IMG src="images/getpass_bg7.gif"></TD><TD><IMG src="images/getpass_bg8.gif"></TD></TR></TBODY></TABLE></center></div></BODY> </HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -