xhzlcl.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"-->
  7. <wml><%
  8. '====================================================================
  9. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  10. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  11. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  12. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  13. '====================================================================
  14. %> <head>
  15. <meta http-equiv='Cache-Control' content='no-cache'/>
  16. </head>
  17. <card title="修改资料成功。。">
  18. <p>
  19. <!--#include file="xxts.asp"-->
  20. <%
  21. name=request("name")
  22. set zhh=Server.CreateObject("ADODB.Recordset")
  23.   zhhssql="select * from cnscu_gr where cstr(nini)='"&name&"' and cstr(id)<>'"&myid&"'"
  24.   zhh.open zhhssql,conn,1,2
  25. if not zhh.eof then
  26. response.redirect "xhzl.asp?cw=5&cnscu="&cnscu
  27. end if
  28. zhh.close
  29. set zhh=nothing
  30. grjs=request("grjs")
  31. grxb=request("grxb")
  32. szcs=request("szcs")
  33. csrq=request("csrq")
  34. sxjb=myjf*1
  35. if name="" or grjs="" or szcs="" or csrq="" then response.redirect "xhzl.asp?cnscu="&cnscu&"&cw=1"
  36. set rspx=Server.CreateObject("ADODB.Recordset")
  37.   ssql="select * from cnscu_gr where cstr(id)="&myid
  38.   rspx.open ssql,conn,1,3
  39. If not rspx.Eof Then
  40. else
  41. cccww="修改失败!,无此会员"
  42. End if
  43. if rspx("myjb")<sxjb then
  44. cccww="钻币不足,无法修改"
  45. end if
  46. if cccww="" then 
  47. if name<>"" then rspx("nini")=name
  48. if grjs<>"" then rspx("grjs")=grjs
  49. if grxb<>"" then rspx("grsex")=grxb
  50. if szcs<>"" then rspx("szcs")=szcs
  51. if csrq<>"" then rspx("csrq")=csrq
  52. rspx("sfyk")=1
  53. rspx.update
  54. sql="update cnscu_gr set myjb=myjb-"&sxjb&" Where CStr(id)="&myid
  55.   conn.Execute(sql)
  56. end if
  57. rspx.close
  58. set rspx=Nothing%>
  59. <%if cccww<>"" then%>
  60. <%=cccwww%>
  61. <%else%>
  62. 修改成功。。。<br/>
  63. 系统扣除<%=sxjb%>钻币!<br/>
  64. <%end if%>
  65. +++++++++<br/>
  66. <a href="hy.asp?cnscu=<%=cnscu%>">会员中心</a><br/>
  67. <!--#include file="w.asp"-->
  68. </p>
  69. </card>
  70. </wml>