xgmmcl.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. <!--#include file="cnscucsb.asp"--><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. </head>
  16. <card title="修改安全提问">
  17. <p>
  18. <!--#include file="xxts.asp"-->
  19. <%
  20. ymm=request("ymm")
  21. xmm=request("xmm")
  22. qmm=request("qmm")
  23. if xmm="" or ymm="" or qmm="" then response.redirect "xgmm.asp?cnscu="&cnscu&"&cw=3"
  24. if qmm<>xmm then response.redirect "xgmm.asp?cnscu="&cnscu&"&cw=2"
  25. set rspx=Server.CreateObject("ADODB.Recordset")
  26.   ssql="select * from cnscu_gr where cstr(id)="&myid
  27.   rspx.open ssql,conn,1,3
  28. if ymm<>rspx("mm") then response.redirect "xgmm.asp?cnscu="&cnscu&"&cw=1"
  29. If not rspx.Eof Then
  30. if xmm<>"" then rspx("mm")=xmm
  31. rspx.update
  32. else
  33. cccww="修改失败!<br/>"
  34. End if
  35. rspx.close
  36. set rspx=Nothing%>
  37. <%if cccww<>"" then%>
  38. <%=cccwww%>
  39. <%else%>
  40. 修改成功。。。<br/>
  41. <%end if%>
  42. +++++++++<br/>
  43. <a href="hy.asp?cnscu=<%=cnscu%>">会员中心</a>
  44. <br/><!--#include file="w.asp"-->
  45. </p>
  46. </card>
  47. </wml>