asp数据库栏目以及内容如何从指定id开始调用
大家好!我是新手,对于asp不是很懂,以下代码是我要调用栏目到首页的,里面栏目我想从第5条开始调用,请问要怎么调用?谢谢!<%Setrs=ado_query("selec...
大家好!我是新手,对于asp不是很懂,以下代码是我要调用栏目到首页的,里面栏目我想从第5条开始调用,请问要怎么调用?谢谢!
<%
Set rs = ado_query("select top 4 * from cms_info where i_enable = 1 and i_parent in ("&get_channel(2,"c_sub")&") order by i_order desc , id desc")
Do While Not rs.EOF
%> 展开
<%
Set rs = ado_query("select top 4 * from cms_info where i_enable = 1 and i_parent in ("&get_channel(2,"c_sub")&") order by i_order desc , id desc")
Do While Not rs.EOF
%> 展开
展开全部
Set rs = ado_query("select top 8 * from cms_info where i_enable = 1 and i_parent in ("&get_channel(2,"c_sub")&") order by i_order desc , id desc")
dim i
i=1
Do While Not rs.EOF
if i<=4 then
else
...... 调用显示内容,略
end if
rs.movenext
i=i+1
loop
dim i
i=1
Do While Not rs.EOF
if i<=4 then
else
...... 调用显示内容,略
end if
rs.movenext
i=i+1
loop
更多追问追答
追问
代码你没写全啊,
追答
没办法写全的
在"...... 调用显示内容,略"
处
补全你需要的内容即可--->外人不可能"猜"出是什么内容及css定义
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询