lmcl.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. if idi="" then idi="1"
  25. txt=usb(request("txt"))
  26. xx=usb(request("xx"))
  27. did=usb(request("did"))
  28. dy=usb(request("dy"))
  29. mm=usb(request("mm"))
  30. url=usb(request("url"))
  31. yc=request("yc")
  32. brr=request("brr")
  33. if brr="" then brr="0"
  34. lx=request("lx")
  35. if lx="" then lx="0"
  36. '----识别错误并跳转-----
  37. if nam="" then response.redirect "tjlmok.asp?sb="&sb&"&cw=1&ok="&lx&""
  38. if idi="" then response.redirect "tjlmok.asp?sb="&sb&"&cw=2&ok="&lx&""
  39. if txt="" then response.redirect "tjlmok.asp?sb="&sb&"&cw=3&ok="&lx&""
  40. if lx="" then response.redirect "tjlmok.asp?sb="&sb&"&cw=4&ok="&lx&""
  41. '---开始增加----
  42. set rs=Server.CreateObject("ADODB.Recordset")
  43. rspl="select * from wap_lm order by pid asc"
  44. rs.open rspl,conn,1,2
  45. if nam=rs("nxn") then response.redirect "tjlmok.asp?sb="&sb&"&cw=5&ok="&lx&""
  46. rs.addnew
  47. if nam<>"" then rs("nxn")=nam
  48. if did<>"" then rs("did")=did
  49. if idi<>"" then rs("pid")=idi
  50. if txt<>"" then rs("txt")=txt
  51. if lx<>"" then rs("lx")=lx
  52. if dy<>"" then rs("dy")=dy
  53. if brr<>"" then rs("brr")=brr
  54. if url<>"" then rs("url")=url
  55. if mm<>"" then rs("mm")=mm
  56. if yc<>"" then rs("yc")=yc
  57. rs.update
  58. '---关闭数据----
  59. rs.close
  60. set rs=nothing
  61. %>
  62. 成功增加名为<u>[<%=nam%>]</u>的栏目<br/>
  63. ----------<br/>
  64. <a href="tjlm.asp?fs=<%=fs%>&amp;sb=<%=sb%>">重新选择类型</a><br/>
  65. <a href="cnscu_lm.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站设计</a><br/>
  66. <a href="admin_index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回管理首页</a><br/>
  67. <a href="../index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站首页</a><br/>
  68. 报时:<%=time%>
  69. </p></card></wml>