yd_lm.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:
手机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><%
- '====================================================================
- ' 请你保留这段说明,这并不会影响你的速度. 电脑交流:http://www.cnscu.cn
- ' 程序制作:横云 掌上校园收倾心整理收集于互联网,感谢你的支持!
- ' 升级时间: 2008-2-5 主页地址:HTTP://wap.cnscu.cn
- ' E-Mail: cnscu@126.com 客服QQ:554904632 QQ群:30493504 QQ群2:46659883
- '====================================================================
- %> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- </head><body><body bgcolor="#fcefff">
- <%id=dlubb(request("id"))
- if id="" then id="0"
- set rss=Server.CreateObject("ADODB.Recordset")
- rsppls="select * from wap_lm where id="&id
- rss.open rsppls,conn,1,2
- if rss.eof then
- response.write("出错了!无此栏目<br/>")
- else%>
- 项目编号:<%=rss("id")%><br/>
- 项目名称:<%=ubb(rss("nxn"))%><br/>
- ----------<br/>
- <%end if%>
- 下级页面菜单<br/>
- <%
- set rs=Server.CreateObject("ADODB.Recordset")
- rsppl="select * from wap_lm where lx=5 and id<>"&id
- 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)
- %>
- <a href="ydlc.asp?sb=<%=sb%>&iid=<%=rs("id")%>&id=<%=id%>&fs=<%=fs%>">进入</a>:<%=ubb(rs("nxn"))%><br/>
- <%
- rs.MoveNext
- j=j+1
- loop
- end if
- %>
- <a href="ydlc.asp?sb=<%=sb%>&iid=0&id=<%=id%>&fs=<%=fs%>">移动到首页</a><br/>
- </table>
- </body>
- </html>