mmcll.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
- <%response.buffer=true%>
- <%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
- <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
- <!--#include file="conn.inc"-->
- <%sjhm=request("sjhm")
- if sjhm="" then sjhm="0"
- myan=dlubb(request("myan"))
- if myan="" then myan="0"
- %>
- <wml><%
- '====================================================================
- ' 请你保留这段说明,这并不会影响你的速度. 电脑交流:http://www.cnscu.cn
- ' 程序制作:横云 掌上校园收倾心整理收集于互联网,感谢你的支持!
- ' 升级时间: 2008-2-5 主页地址:HTTP://wap.cnscu.cn
- ' E-Mail: cnscu@126.com 客服QQ:554904632 QQ群:30493504 QQ群2:46659883
- '====================================================================
- %> <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>
- <%
- set rs=Server.CreateObject("ADODB.Recordset")
- sql="select * from cnscu_gr where cstr(sjhm)="&sjhm
- rs.open sql,conn,1,2
- if rs.eof then
- cww="没有该账号信息!<br/>"
- Elseif rs("wtda")<>myan then cww="答案错误<br/>"
- else
- mymm=rs("mm")
- myid=rs("id")
- gw=rs("grsb")
- end if
- rs.close
- set rs=nothing%>
- <%if cww="" then%>
- 找回成功!请牢记您的资料<br/>
- 手机号:<%=sjhm%><br/>
- 密码是:<%=mymm%><br/>
- <a href="index.asp?cnscu=<%=gw%>">直接进入社区</a><br/>
- <%else%>
- <%=cww%>
- <%end if%>
- ---------<br/>
- <a href="cnscu_grdl.asp">手工登陆</a><br/>
- <a href="zchy.asp">自动注册</a><br/>
- <a href="../">回到首页</a>
- </p></card></wml>