帮忙看下这段ASP代码怎么实现换行!谢谢!

我想把它改成每行显示5个图,超过5个就换下一行.不限制行数,就是有再多图都在一页,我折腾了很久还是没弄对.请复制以下代码修改,谢谢了!<tr><%rs1.open"sel... 我想把它改成每行显示5个图,超过5个就换下一行.
不限制行数,就是有再多图都在一页,我折腾了很久还是没弄对.
请复制以下代码修改,谢谢了!

<tr>
<%
rs1.open "select top 5 * from cpb where lb="&rs("id")&" order by rq desc",Mconn,1,1
if rs.eof=false then
for l=1 to rs1.recordcount
%>
<td align=center height=190 align=center style="cursor:pointer;line-height:190%;<%if l>1 then%>border-left:1px solid #cccccc<%end if%>" onmouseover="javascript:this.style.backgroundColor='#FFFFC7'" onmouseout="javascript:this.style.backgroundColor=''">
<img src=upimg/<%=rs1("tp")%> width=120 height=80 style="margin-bottom:10px"><br><%=rs1("mc")%><br><%=rs1("jg")%><br><a href="product_view.asp?id=<%=rs1("id")%>" target="_blank"><img src=images/so1.gif style="margin-top:10px"></a>  <a href="product_view.asp?id=<%=rs1("id")%>" target="_blank"><img src=images/so2.gif style="margin-top:10px"></a>
</td>
<%
rs1.movenext
next
end if
rs1.close
%>
</tr>
阳光上的桥:现实这里 if (i-1 mod 5)=0 then response.write "<tr>" 语法错误!

6869502:能正常显示,但是成了1树列显示了.就是每行只有1个.
展开
 我来答
阳光上的桥
推荐于2016-02-01 · 知道合伙人软件行家
阳光上的桥
知道合伙人软件行家
采纳数:21424 获赞数:65790
网盘是个好东东,可以对话和传文件

向TA提问 私信TA
展开全部
试试看下面的代码:

<%
rs1.open "select top 5 * from cpb where lb="&rs("id")&" order by rq desc",Mconn,1,1
if rs.eof=false then
for l=1 to rs1.recordcount
if (i-1 mod 5)=0 then response.write "<tr>"
%>
<td align=center height=190 align=center style="cursor:pointer;line-height:190%;<%if l>1 then%>border-left:1px solid #cccccc<%end if%>" onmouseover="javascript:this.style.backgroundColor='#FFFFC7'" onmouseout="javascript:this.style.backgroundColor=''">
<img src=upimg/<%=rs1("tp")%> width=120 height=80 style="margin-bottom:10px"><br><%=rs1("mc")%><br><%=rs1("jg")%><br><a href="product_view.asp?id=<%=rs1("id")%>" target="_blank"><img src=images/so1.gif style="margin-top:10px"></a> <a href="product_view.asp?id=<%=rs1("id")%>" target="_blank"><img src=images/so2.gif style="margin-top:10px"></a>
</td>
<%
rs1.movenext
next
end if
rs1.close
%>

补充:
为什么不粘贴错误提示?考我吗~
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
程经理
2024-10-11 广告
硕方标签机编辑换行的方法简单快捷。对于大多数硕方标签机,您可以通过快捷键实现换行,即同时按下“Shift”和“Enter”键。这一操作在多种编辑环境中通用,包括网页和Office软件。此外,硕方标签机还支持通过编辑软件进行更复杂的文本编辑,... 点击进入详情页
本回答由程经理提供
百度网友e03dfa421
2009-05-14 · TA获得超过239个赞
知道小有建树答主
回答量:374
采纳率:0%
帮助的人:180万
展开全部
把这个<%
rs1.movenext
next
end if
rs1.close
%>
换成
<%
if i mod 5=0 then response.write "</tr><tr>"
rs1.movenext
next
end if
rs1.close
%>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式