zhmmcl.asp
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
  2. <%response.buffer=true%>
  3. <%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
  4. <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
  5. <!--#include file="conn.inc"-->
  6. <wml><%
  7. '====================================================================
  8. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  9. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  10. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  11. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  12. '====================================================================
  13. %> <head>
  14. <meta http-equiv="Cache-Control" content="no-Cache"/>
  15. <meta http-equiv="Cache-Control" content="max-age=0"/>
  16. <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
  17. </head>
  18. <card id="main" title="找回密码">
  19. <p>
  20. <%sjhm=request("sjhm")
  21. if sjhm="" then sjhm="0"
  22. set zhhpp=Server.CreateObject("ADODB.Recordset")
  23.   ssqqll="select * from cnscu_gr where cstr(sjhm)="&sjhm
  24.   zhhpp.open ssqqll,conn,1,1
  25. if zhhpp.eof then
  26. cww="对不起,没有该手机号的注册信息<br/>"
  27. Else
  28. mywt=usb(zhhpp("mmwt"))
  29. end if
  30. zhhpp.close
  31. set zhhpp=nothing%>
  32. <%if cww="" then%>
  33. 请输入您的答案来获取密码!<br/>
  34. 您的预留问题是:<br/><%=usb(mywt)%><br/>
  35. 输入答案:<input name="wtda" emptyok="true" maxlength="250" value=""/><br/>
  36. <anchor title="确定">确认提交
  37. <go href="mmcll.asp?sjhm=<%=sjhm%>" method="post" accept-charset='utf-8'>
  38. <postfield name="myan" value="$(wtda)"/>
  39. </go>
  40. </anchor><br/>
  41. <%else%>
  42. <%=cww%>
  43. <%end if%>
  44. <a href="cnscu_grdl.asp">手工登陆</a><br/>
  45. <a href="zchy.asp">免费注册</a><br/>
  46. <a href="../">回到首页</a>
  47. </p></card></wml>