sc_lm.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><body><body bgcolor="#fcefff">
  7. <%id=usb(request("id"))
  8. cz=usb(request("cz"))%>
  9. <%
  10. set rs=Server.CreateObject("ADODB.Recordset")
  11. rspl="select * from wap_lm where id="&id
  12. rs.open rspl,conn,1,2
  13. if rs("lx")="1" then mmlx="文本菜单<br/>本菜单不支持UBB语法、WML语法"
  14. if rs("lx")="2" then mmlx="链接菜单<br/>即超级链接"
  15. if rs("lx")="3" then mmlx="图片菜单<br/>即显示图片"
  16. if rs("lx")="4" then mmlx="图片菜单<br/>即图片型超级链接"
  17. if rs("lx")="5" then mmlx="页面菜单<br/>即新的页面菜单。"
  18. if rs("lx")="6" then mmlx="页面内容<br/>简便型的文章,支持UBB语法。"
  19. if rs("lx")="7" then mmlx="WML页面<br/>支持WML语法的页面。"
  20. if rs("lx")="8" then mmlx="UBB标签<br/>支持UBB语法,不支持WML语法,"
  21. if rs("lx")="9" then mmlx="WML标签<br/>支持WML语法,不支持UBB语法。"
  22. if rs("lx")="10" then mmlx="自助WML<br/>添加自助的WML页面,请注意语法"
  23. if rs("lx")>10 or rs("lx")<0 then mmlx="未知类型<br/>可能是传递数据错误!"
  24. ok=rs("lx")
  25. %>
  26. <%if cz="" then%>
  27. 项目编号:<%=id%><br/>
  28. 项目名称:<%=ubb(rs("nxn"))%><br/>
  29. 创建时间:<%=rs("sj")%><br/>
  30. ----------<br/>
  31. 您确认要删除当前项目?<br/>
  32. <a href="sc_lm.asp?fs=<%=fs%>&amp;sb=<%=sb%>&amp;id=<%=id%>&amp;cz=2">确认删除</a><br/>
  33. <a href="lm_gl.asp?fs=<%=fs%>&amp;sb=<%=sb%>&amp;id=<%=id%>">暂不删除</a><br/>
  34. 注意:删除栏目会同时删除属于本栏目下的子栏目<br/>
  35. <%else%>
  36. <%
  37. sql="delete from wap_lm Where CStr(id)='" & id & "'"
  38.   conn.Execute(sql)
  39. sql="delete from wap_lm Where CStr(did)='" & id & "'"
  40.   conn.Execute(sql)
  41. %>
  42. 删除成功<br/>
  43. <%end if%>
  44. 报时:<%=time%>
  45. </table>
  46. </body>
  47. </html>