xgwtcl.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. yda=request("yda")
  21. xwt=request("xwt")
  22. xda=request("xda")
  23. if yda="" or xwt="" or xda="" then 
  24. response.redirect "xgwt.asp?cnscu="&cnscu&"&cw=3"
  25. else
  26. set rspx=Server.CreateObject("ADODB.Recordset")
  27.   ssql="select * from cnscu_gr where cstr(id)="&myid
  28.   rspx.open ssql,conn,1,3
  29. if yda<>rspx("wtda") and rspx("wtda")<>"" then response.redirect "xgwt.asp?cnscu="&cnscu&"&cw=1"
  30. If not rspx.Eof Then
  31. if xwt<>"" then rspx("mmwt")=xwt
  32. if xda<>"" then rspx("wtda")=xda
  33. rspx.update
  34. else
  35. cccww="修改失败!<br/>"
  36. End if
  37. rspx.close
  38. set rspx=Nothing%>
  39. <%if cccww<>"" then%>
  40. <%=cccwww%>
  41. <%else%>
  42. 修改成功。。。<br/>
  43. <%end if%>
  44. <%end if%>
  45. +++++++++<br/>
  46. <a href="hy.asp?cnscu=<%=cnscu%>">会员中心</a>
  47. <br/><!--#include file="w.asp"-->
  48. </p>
  49. </card>
  50. </wml>