asp代码 产品横向排4个自动换行,怎么实现
<tablewidth="99%"border="0"align="center"cellpadding=2cellspacing=1bgcolor="#fefefe">...
<table width="99%" border="0" align="center" cellpadding=2 cellspacing=1 bgcolor="#fefefe">
<tr><td>目前位置:<a href=main.asp>首页</a> >
<% if sublar<>"" then%>
<a href='class.asp?LarCode=<%=server.URLEncode(sublar)%>'><%=sublar%></a>
<%if submid<>"" then%>
> <a href="class.asp?LarCode=<%=server.URLEncode(sublar)%>&MidCode=<%=server.URLEncode(submid)%>"><%=submid%></a>
<%
end if
else
response.write title
end if
%>
</td></tr>
<%
pages=fenlei_num
rsprod.pagesize=fenlei_num
allPages = rsprod.pageCount '总页数
If not isNumeric(page) then page=1
if isEmpty(page) or clng(page) < 1 then
page = 4
elseif clng(page) >= allPages then
page = allPages
end if
rsprod.AbsolutePage=page
Do While Not rsprod.eof and pages>0
%>
<tr><td width="190">
<table border=0 width=100% bgcolor=cccccc cellpadding=0 cellspacing=1>
<tr><td valign=top width=190 bgcolor=FFFFFF align=center>
<table border=0 width=100%><tr><td class="pic2" align=center valign=bottom><a href=list.asp?ProdId=<%=rsprod("ProdId")%>><%=lleft
(rsprod("ProdName"),60)%></a><br>
<img border=0 src=images/small/pic_bg_big<%=pic_xiaogao%>.gif><p class="pic1">
<a href=list.asp?ProdId=<%=rsprod("ProdId")%>>
<img border=0 alt='<table border=0 width=300><tr><td width=70><b>商品名称</b>:</td><td><%=rsprod("ProdName")%></td></tr></table>'
onload='DrawImage(this)' src="<%=rsprod("ImgPrev")%>"></a>
</td></tr></table>
</td>
</tr></table>
刚才忘记给分了,现在补上,希望朋友们帮我改一下,谢谢
把商品横向列为4个自动换行就行了 展开
<tr><td>目前位置:<a href=main.asp>首页</a> >
<% if sublar<>"" then%>
<a href='class.asp?LarCode=<%=server.URLEncode(sublar)%>'><%=sublar%></a>
<%if submid<>"" then%>
> <a href="class.asp?LarCode=<%=server.URLEncode(sublar)%>&MidCode=<%=server.URLEncode(submid)%>"><%=submid%></a>
<%
end if
else
response.write title
end if
%>
</td></tr>
<%
pages=fenlei_num
rsprod.pagesize=fenlei_num
allPages = rsprod.pageCount '总页数
If not isNumeric(page) then page=1
if isEmpty(page) or clng(page) < 1 then
page = 4
elseif clng(page) >= allPages then
page = allPages
end if
rsprod.AbsolutePage=page
Do While Not rsprod.eof and pages>0
%>
<tr><td width="190">
<table border=0 width=100% bgcolor=cccccc cellpadding=0 cellspacing=1>
<tr><td valign=top width=190 bgcolor=FFFFFF align=center>
<table border=0 width=100%><tr><td class="pic2" align=center valign=bottom><a href=list.asp?ProdId=<%=rsprod("ProdId")%>><%=lleft
(rsprod("ProdName"),60)%></a><br>
<img border=0 src=images/small/pic_bg_big<%=pic_xiaogao%>.gif><p class="pic1">
<a href=list.asp?ProdId=<%=rsprod("ProdId")%>>
<img border=0 alt='<table border=0 width=300><tr><td width=70><b>商品名称</b>:</td><td><%=rsprod("ProdName")%></td></tr></table>'
onload='DrawImage(this)' src="<%=rsprod("ImgPrev")%>"></a>
</td></tr></table>
</td>
</tr></table>
刚才忘记给分了,现在补上,希望朋友们帮我改一下,谢谢
把商品横向列为4个自动换行就行了 展开
2个回答
展开全部
<table width="99%" border="0" align="center" cellpadding=2 cellspacing=1 bgcolor="#fefefe">
<tr><td>目前位置:<a href=main.asp>首页</a> >
<% if sublar<>"" then%>
<a href='class.asp?LarCode=<%=server.URLEncode(sublar)%>'><%=sublar%></a>
<%if submid<>"" then%>
> <a href="class.asp?LarCode=<%=server.URLEncode(sublar)%>&MidCode=<%=server.URLEncode(submid)%>"><%=submid%></a>
<%
end if
else
response.write title
end if
%>
</td></tr>
<%
pages=fenlei_num
rsprod.pagesize=fenlei_num
allPages = rsprod.pageCount '总页数
If not isNumeric(page) then page=1
if isEmpty(page) or clng(page) < 1 then
page = 4
elseif clng(page) >= allPages then
page = allPages
end if
rsprod.AbsolutePage=page
Do While Not rsprod.eof and pages>0
%>
<tr><td width="190">
<table border=0 width=100% bgcolor=cccccc cellpadding=0 cellspacing=1>
<tr><td valign=top width=190 bgcolor=FFFFFF align=center>
<table border=0 width=100%><tr><td class="pic2" align=center valign=bottom><a href=list.asp?ProdId=<%=rsprod("ProdId")%>><%=lleft
(rsprod("ProdName"),60)%></a><br>
<img border=0 src=images/small/pic_bg_big<%=pic_xiaogao%>.gif><p class="pic1">
<a href=list.asp?ProdId=<%=rsprod("ProdId")%>>
<img border=0 alt='<table border=0 width=300><tr><td width=70><b>商品名称</b>:</td><td><%=rsprod("ProdName")%></td></tr></table>'
onload='DrawImage(this)' src="<%=rsprod("ImgPrev")%>"></a>
</td><%for i=1 to rsprod.recordcount
if i mod 4 =0 then
%></tr><%
next
end if%></table>
</td>
</tr></table>
没有数据库可测试,你试试看可不可以,不行就HI我吧。
<tr><td>目前位置:<a href=main.asp>首页</a> >
<% if sublar<>"" then%>
<a href='class.asp?LarCode=<%=server.URLEncode(sublar)%>'><%=sublar%></a>
<%if submid<>"" then%>
> <a href="class.asp?LarCode=<%=server.URLEncode(sublar)%>&MidCode=<%=server.URLEncode(submid)%>"><%=submid%></a>
<%
end if
else
response.write title
end if
%>
</td></tr>
<%
pages=fenlei_num
rsprod.pagesize=fenlei_num
allPages = rsprod.pageCount '总页数
If not isNumeric(page) then page=1
if isEmpty(page) or clng(page) < 1 then
page = 4
elseif clng(page) >= allPages then
page = allPages
end if
rsprod.AbsolutePage=page
Do While Not rsprod.eof and pages>0
%>
<tr><td width="190">
<table border=0 width=100% bgcolor=cccccc cellpadding=0 cellspacing=1>
<tr><td valign=top width=190 bgcolor=FFFFFF align=center>
<table border=0 width=100%><tr><td class="pic2" align=center valign=bottom><a href=list.asp?ProdId=<%=rsprod("ProdId")%>><%=lleft
(rsprod("ProdName"),60)%></a><br>
<img border=0 src=images/small/pic_bg_big<%=pic_xiaogao%>.gif><p class="pic1">
<a href=list.asp?ProdId=<%=rsprod("ProdId")%>>
<img border=0 alt='<table border=0 width=300><tr><td width=70><b>商品名称</b>:</td><td><%=rsprod("ProdName")%></td></tr></table>'
onload='DrawImage(this)' src="<%=rsprod("ImgPrev")%>"></a>
</td><%for i=1 to rsprod.recordcount
if i mod 4 =0 then
%></tr><%
next
end if%></table>
</td>
</tr></table>
没有数据库可测试,你试试看可不可以,不行就HI我吧。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询