xx_grszcl.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. lll=request("lll")
  23. ssbb=request("sbsb")
  24. if clng(lll)<"1" then cccww="修改失败,帖子数量太小"
  25. if clng(ssbb)<"200" then cccww="修改失败,帖子分页字数太小"
  26. if lll="" or ssbb="" then response.redirect "xx_grsz.asp?cnscu="&cnscu&"&cw=1"
  27. set rspx=Server.CreateObject("ADODB.Recordset")
  28.   ssql="select * from cnscu_gr where cstr(id)="&myid
  29.   rspx.open ssql,conn,1,3
  30. If not rspx.Eof Then
  31. else
  32. cccww="修改失败!,无此会员"
  33. End if
  34. if cccww="" then 
  35. if lll<>"" then rspx("lll")=lll
  36. if ssbb<>"" then rspx("ssbb")=ssbb
  37. rspx.update
  38. rspx.close
  39. set rspx=Nothing%>
  40. <%end if%>
  41. <%if cccww="" then%>
  42. 定制成功。。。<br/>
  43. <%else%>
  44. <%=cccww%><br/>
  45. <%end if%>
  46. +++++++++<br/>
  47. <a href="hy.asp?cnscu=<%=cnscu%>">会员中心</a><br/>
  48. <!--#include file="w.asp"-->
  49. </p>
  50. </card>
  51. </wml>