tjbzcl.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="cnscu_sb.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. <meta http-equiv="Cache-Control" content="max-age=0"/>
  17. <meta http-equiv="Expires" content="Mon, 1 Jan 1990 00:00:00 GMT"/>
  18. </head>
  19. <%id=usb(request("id"))
  20. if id="" then id="99999999999999"
  21. iidd=usb(request("iidd"))
  22. iidd=clng(iidd)
  23. idp=usb(request("idp"))
  24. idp=clng(idp)
  25. cz=usb(request("bbzz"))
  26. %>
  27. <card id="main" title="添加版主" >
  28. <p>
  29. <%if idp="" or cz="" or iidd="" then%>
  30. 各项不能留空
  31. <%elseif cz="0" then%>
  32. 设置总版成功。。
  33. <%
  34. set rs=Server.CreateObject("ADODB.Recordset")
  35. rspl="select * from cnscu_gr where id="&iidd
  36. rs.open rspl,conn,1,2
  37. rs("gllt")=idp
  38. rs("gllt1")=idp
  39. rs.update
  40. '---关闭数据----
  41. rs.close
  42. set rs=nothing
  43. %>
  44. <%elseif cz="1" then%>
  45. 设置副版成功。。
  46. <%
  47. sql="update cnscu_gr set gllt='"&idp&"' where clng(id)="&iidd
  48.   conn.Execute(sql)
  49. %>
  50. <%else%>
  51. 未知错误!
  52. <%end if%>
  53. <br/>------------
  54. <br/><a href="bbzz.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回版主管理</a><br/>
  55. <a href="sq.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回社区管理</a><br/>
  56. <a href="admin_index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回管理首页</a><br/>
  57. <a href="../index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站首页</a><br/>
  58. </p>
  59. </card>
  60. </wml>