lmxg.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. mm=usb(request("mm"))
  24. if mm="" then mm="0"
  25. idi=usb(request("idi"))
  26. txt=usb(request("txt"))
  27. xx=usb(request("xx"))
  28. dy=usb(request("dy"))
  29. did=usb(request("did"))
  30. url=usb(request("url"))
  31. yc=request("yc")
  32. id=request("id")
  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 "lm_gl.asp?sb="&sb&"&cw=1&ok="&lx&"&id="&id&""
  40. if idi="" then response.redirect "lm_gl.asp?sb="&sb&"&cw=2&ok="&lx&"&id="&id&""
  41. if txt="" then response.redirect "lm_gl.asp?sb="&sb&"&cw=3&ok="&lx&"&id="&id&""
  42. if lx="" then response.redirect "lm_gl.asp?sb="&sb&"&cw=4&ok="&lx&"&id="&id&""
  43. '---开始增加----
  44. set rs=Server.CreateObject("ADODB.Recordset")
  45. rspl="select * from wap_lm where id="&id
  46. rs.open rspl,conn,1,2
  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>[<%=ubb(nam)%>]</u>的栏目<br/>
  63. ----------<br/>
  64. <a href="cnscu_lm.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站设计</a><br/>
  65. <a href="admin_index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回管理首页</a><br/>
  66. <a href="../index.asp?fs=<%=fs%>&amp;sb=<%=sb%>">返回网站首页</a>
  67. <!--#include file="bq.gif"-->
  68. <br/>
  69. 报时:<%=time%></p></card></wml>