mmcll.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. <%sjhm=request("sjhm")
  7. if sjhm="" then sjhm="0"
  8. myan=dlubb(request("myan"))
  9. if myan="" then myan="0"
  10. %>
  11. <wml><%
  12. '====================================================================
  13. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  14. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  15. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  16. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  17. '====================================================================
  18. %> <head>
  19. <meta http-equiv="Cache-Control" content="no-Cache"/>
  20. <meta http-equiv="Cache-Control" content="max-age=0"/>
  21. <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
  22. </head>
  23. <card id="main" title="找回结果">
  24. <p>
  25. <%
  26. set rs=Server.CreateObject("ADODB.Recordset")
  27. sql="select * from cnscu_gr where cstr(sjhm)="&sjhm
  28. rs.open sql,conn,1,2
  29. if rs.eof then
  30. cww="没有该账号信息!<br/>"
  31. Elseif rs("wtda")<>myan then cww="答案错误<br/>"
  32. else
  33. mymm=rs("mm")
  34. myid=rs("id")
  35. gw=rs("grsb")
  36. end if
  37. rs.close
  38. set rs=nothing%>
  39. <%if cww="" then%>
  40. 找回成功!请牢记您的资料<br/>
  41. 手机号:<%=sjhm%><br/>
  42. 密码是:<%=mymm%><br/>
  43. <a href="index.asp?cnscu=<%=gw%>">直接进入社区</a><br/>
  44. <%else%>
  45. <%=cww%>
  46. <%end if%>
  47. ---------<br/>
  48. <a href="cnscu_grdl.asp">手工登陆</a><br/>
  49. <a href="zchy.asp">自动注册</a><br/>
  50. <a href="../">回到首页</a>
  51. </p></card></wml>