📄 zhmmcl.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%response.buffer=true%>
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<!--#INCLUDE VIRTUAL="/wap/conn.inc"-->
<wml>
<head>
<meta http-equiv="Cache-Control" content="no-Cache"/>
<meta http-equiv="Cache-Control" content="max-age=0"/>
<meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
</head>
<card id="main" title="找回密码">
<p>
<%sjhm=request("sjhm")
if sjhm="" then sjhm="0"
set zhhpp=Server.CreateObject("ADODB.Recordset")
ssqqll="select * from Userinfo where cstr(UserName)="&sjhm
zhhpp.open ssqqll,conn,1,1
if zhhpp.eof then
cww="对不起,没有该手机号的注册信息<br/>"
Else
mywt=usb(zhhpp("Question1"))
end if
zhhpp.close
set zhhpp=nothing%>
<%if cww="" then%>
请输入您的答案来获取密码!<br/>
您的预留问题是:<br/><%=usb(mywt)%><br/>
输入答案:<input name="wtda" emptyok="true" maxlength="250" value=""/><br/>
<anchor title="确定">确认提交
<go href="mmcll.asp?sjhm=<%=sjhm%>" method="post" accept-charset='utf-8'>
<postfield name="myan" value="$(wtda)"/>
</go>
</anchor><br/>
<%else%>
<%=cww%>
<%end if%>
<a href="66hc_grdl.asp">手工登陆</a><br/>
<a href="zchy.asp">免费注册</a><br/>
<a href="/wap/">回到泡书首页</a>
</p></card></wml>
<%endConnection()%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -