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

手机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. <%
  8. set rs=Server.CreateObject("ADODB.Recordset")
  9. rsppl="select * from wap_lm where lx<>500 and did=0 order by pid asc"
  10. rs.open rsppl,conn,1,2
  11. if rs.eof then 
  12. response.write("<br/>")
  13. else
  14. rs.Move(0)
  15. dim j
  16. j=1
  17. do while ((not rs.EOF) and j <=500000)
  18. if rs("lx")="1" then mmlx="&#x6587;&#x672C;&#x83DC;&#x5355;"
  19. if rs("lx")="2" then mmlx="&#x94FE;&#x63A5;&#x83DC;&#x5355;"
  20. if rs("lx")="3" then mmlx="&#x56FE;&#x7247;&#x83DC;&#x5355;"
  21. if rs("lx")="4" then mmlx="&#x56FE;&#x7247;&#x94FE;&#x63A5;"
  22. if rs("lx")="5" then mmlx="&#x9875;&#x9762;&#x83DC;&#x5355;"
  23. if rs("lx")="6" then mmlx="&#x9875;&#x9762;&#x5185;&#x5BB9;"
  24. if rs("lx")="7" then mmlx="WML&#x9875;&#x9762;"
  25. if rs("lx")="8" then mmlx="UBB&#x6807;&#x7B7E;"
  26. if rs("lx")="9" then mmlx="WML&#x6807;&#x7B7E;"
  27. if rs("lx")="10" then mmlx="&#x6587;&#x7AE0;&#x83DC;&#x5355;"
  28. if rs("lx")="11" then mmlx="&#x6587;&#x4EF6;"
  29. if rs("lx")="12" then mmlx="&#x6587;&#x4EF6;&#x83DC;&#x5355;"
  30. %>
  31. <a href="lm_gl.asp?id=<%=rs("id")%>&amp;sb=<%=sb%>&amp;fs=<%=fs%>">[&#x7BA1;&#x7406;]</a>[<%=mmlx%>]<%=rs("pid")%>.<%=rs("nxn")%><br/>
  32. <%
  33. rs.MoveNext
  34. j=j+1
  35. loop
  36. end if
  37. %>
  38. </table>
  39. </body>
  40. </html>