bkcl.asp
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:3k
源码类别:

手机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. <card id="main" title="版块管理-添加论坛" >
  20. <p>
  21. <%
  22. nam=usb(request("nam"))
  23. idi=usb(request("idi"))
  24. txt=usb(request("txt"))
  25. ftsj=usb(request("ftsj"))
  26. hfsj=usb(request("hfsj"))
  27. xx=usb(request("xx"))
  28. did=usb(request("did"))
  29. mm=usb(request("mm"))
  30. logo=usb(request("logo"))
  31. pag=usb(request("pag"))
  32. yc=request("yc")
  33. brr=request("brr")
  34. if brr="" then brr="0"
  35. lx=request("lx")
  36. if lx="" then lx="0"
  37. did=request("did")
  38. '----识别错误并跳转-----
  39. if nam="" then response.redirect "tjbkok.asp?sb="&sb&"&cw=1&ok="&lx&""
  40. if idi="" then response.redirect "tjbkok.asp?sb="&sb&"&cw=2&ok="&lx&""
  41. if txt="" then response.redirect "tjbkok.asp?sb="&sb&"&cw=3&ok="&lx&""
  42. if lx="" then response.redirect "tjbkok.asp?sb="&sb&"&cw=4&ok="&lx&""
  43. '---开始增加----
  44. set rs=Server.CreateObject("ADODB.Recordset")
  45. rspl="select * from sclt order by pid asc"
  46. rs.open rspl,conn,1,2
  47. if not rs.eof then
  48. if nam=rs("name") then response.redirect "tjbkok.asp?sb="&sb&"&cw=5&ok="&lx&""
  49. end if
  50. rs.addnew
  51. if nam<>"" then rs("name")=nam
  52. if did<>"" then rs("did")=did
  53. if idi<>"" then rs("pid")=idi
  54. if txt<>"" then rs("shuo")=txt
  55. if hfsj<>"" then rs("hfsj")=hfsj
  56. if ftsj<>"" then rs("ftsj")=ftsj
  57. if lx<>"" then rs("lx")=lx
  58. if brr<>"" then rs("brr")=brr
  59. if yc<>"" then rs("yc")=yc
  60. if pag<>"" then rs("pag")=pag
  61. rs.update
  62. '---关闭数据----
  63. rs.close
  64. set rs=nothing
  65. %>
  66. 成功增加名为<u>[<%=nam%>]</u>的论坛<br/>
  67. ----------<br/>
  68. <a href="sq.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回社区管理</a><br/>
  69. <a href="admin_index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回管理首页</a><br/>
  70. <a href="../index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站首页</a><br/>
  71. 报时:<%=time%>
  72. </p></card></wml>