admin_yl.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:1k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
- <html>
- <!--#include file="admin_sb.asp"-->
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- </head><body><body bgcolor="#fcefff">
- 对于无法在预览下管理的菜单。进入下面链接管理<br/>
- <a href="ts_lm.asp?sb=<%=sb%>">特殊栏目管理</a><br/><br/>
- <%
- set rs=Server.CreateObject("ADODB.Recordset")
- rsppl="select * from wap_lm where lx<>500 and did=0 order by pid asc"
- rs.open rsppl,conn,1,2
- if rs.eof then
- response.write("<br/>")
- else
- rs.Move(0)
- dim j
- j=1
- do while ((not rs.EOF) and j <=500000)
- %>
- <%if rs("lx")<>1 and rs("lx")<>8 and rs("lx")<>3 and rs("lx")<>4 then%>
- <a href="lm_gl.asp?id=<%=rs("id")%>&sb=<%=sb%>&fs=<%=fs%>"><%=rs("nxn")%></a>
- <%elseif rs("lx")=3 then%>
- <img src="" alt=""/>
- <a href="lm_gl.asp?id=<%=rs("id")%>&sb=<%=sb%>&fs=<%=fs%>"><%elseif rs("lx")=4 then%></a>
- <img src="<%=rs("txt")%>" alt=""/>
- <%elseif rs("lx")=7 then%>
- <%=rs("nxn")%>
- <%elseif rs("lx")=1 then%>
- <%=ubb(rs("txt"))%>
- <%end if%>
- <%if rs("brr")="1" then%>
- <br/>
- <%end if%>
- <%
- rs.MoveNext
- j=j+1
- loop
- end if
- %>
- </table>
- </body>
- </html>