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

手机WAP编程

开发平台:

ASP/ASPX

  1. <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
  2. <html>
  3. <!--#include file="admin_sb.asp"-->
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. </head>
  7. <body bgcolor="#fcefff">
  8. <%
  9. nam=usb(request.form("nam"))
  10. idi=usb(request.form("idi"))
  11. if idi="" then idi="0"
  12. txt=usb(request.form("txt"))
  13. xx=usb(request.form("xx"))
  14. did=usb(request.form("did"))
  15. dy=usb(request.form("dy"))
  16. mm=usb(request.form("mm"))
  17. url=usb(request.form("url"))
  18. yc=request.form("yc")
  19. brr=request.form("brr")
  20. if brr="" then brr="0"
  21. lx=request.form("lx")
  22. if lx="" then lx="0"
  23. did=request.form("did")
  24. '----识别错误并跳转-----
  25. if nam="" then 
  26. Response.Write ("<script>alert('标题不能为空');history.back();</script>")
  27. elseif idi="" then 
  28. Response.Write ("<script>alert('排序不能为空');history.back();</script>")
  29. elseif txt="" then 
  30. Response.Write ("<script>alert('内容不能为空');history.back();</script>")
  31. elseif lx="" then 
  32. Response.Write ("<script>alert('类型不能为空');history.back();</script>")
  33. end if
  34. '---开始增加----
  35. set rs=Server.CreateObject("ADODB.Recordset")
  36. rspl="select * from wap_lm order by pid asc"
  37. rs.open rspl,conn,1,2
  38. if nam=rs("nxn") then response.redirect "tjlmok.asp?sb="&sb&"&cw=5&ok="&lx&""
  39. rs.addnew()
  40. if nam<>"" then rs("nxn")=nam
  41. if did<>"" then rs("did")=did
  42. if idi<>"" then rs("pid")=idi
  43. if txt<>"" then rs("txt")=txt
  44. if lx<>"" then rs("lx")=lx
  45. if dy<>"" then rs("dy")=dy
  46. if brr<>"" then rs("brr")=brr
  47. if url<>"" then rs("url")=url
  48. if mm<>"" then rs("mm")=mm
  49. if yc<>"" then rs("yc")=yc
  50. rs.update()
  51. '---关闭数据----
  52. rs.close
  53. set rs=nothing
  54. Response.Write ("<script>alert('成功增加名为["&nam&"]的栏目');history.back();</script>")
  55. %>
  56. <script language="javascript">
  57. <!--
  58. function clock(){i=i-1
  59. document.title="本窗口将在"+i+"秒后自动关闭!";
  60. if(i>0)setTimeout("clock();",1000);
  61. else self.close();}
  62. var i=1
  63. clock();
  64. //-->
  65. </script>
  66. </table>
  67. </body>
  68. </html>