asp产品排列(由竖排改成横排)
<%dimcatid,i,strcatcatid=SafeRequest("catid",1)ifcatid=""thenconn.closesetconn=Nothin...
<%
dim catid,i,strcat
catid=SafeRequest("catid",1)
if catid="" then
conn.close
set conn = Nothing
response.Redirect "procat.asp"
response.end
end if
set rs=server.CreateObject("adodb.recordset")
rs.open "select category from category where categoryid="&catid&" ",conn,1,1
strcat = trim(rs("category"))
rs.close
%>
<!--#include file="include/header.asp"-->
<title><%=webname%>--<%=strcat%></title>
<TABLE width="930" BORDER="0" CELLSPACING="0" CELLPADDING="0" align="center" bgcolor="#FFFFFF">
<TR><TD HEIGHT="30" bgcolor="<% = bgclr1 %>" width="75" class=table-xia><FONT COLOR="#FFFFFF"> <b>您的位置:</b></FONT></TD>
<td bgcolor="#FFFFFF" class=table-xia> <a href="index.asp"><b><%=webname%></b></a>-><a href="cat.asp?catid=<% = catid %>"><b><%=strcat %></b></a>-><a href="textlink.asp?catid=<% = catid %>"><b><font color="FF6600">文字显示商品</font></b></a></td></TR></table>
<TABLE width="930" BORDER="0" ALIGN="center" bgcolor="#FFFFFF" CELLPADDING="0" CELLSPACING="0">
<tr>
<td width=170 vALIGN="top"><!--#include file="include/pronav.asp"--></td>
<td valign="top" align="center" colspan="2" class=table-zuo>
<%
Const MaxPerPage=10
dim totalPut
dim CurrentPage
dim TotalPages
dim j
dim sql
if Not isempty(SafeRequest("page",1)) then
currentPage=Cint(SafeRequest("page",1))
else
currentPage=1
end if
set rs=server.CreateObject("adodb.recordset")
rs.open "select prename,company,mark,intro,name,id,introduce,price1,price2,discount,pic,stock,amount from product where categoryid="&catid&" and stock >= 1 order by adddate desc",conn,1,1
if rs.eof And rs.bof then
Response.Write "<p align='center' class='contents'> 对不起,此分类暂时还没有商品!</p>"
else
totalPut=rs.recordcount
if currentpage<1 then
currentpage=1
end if
if (currentpage-1)*MaxPerPage>totalput then
if (totalPut mod MaxPerPage)=0 then
currentpage= totalPut \ MaxPerPage
else
currentpage= totalPut \ MaxPerPage + 1
end if
end if
<FONT COLOR=#C40000><%=Round(trim(rs("price2")*(1-LngDiscount)),2)%></FONT>元 <%end if%></td>
<td width="31%">折扣:<%=round(rs("discount")*10,2)%>折</td>
</tr>
<% if rs("stock") > 1 then %> <TR>
<TD align="center" colspan="3"><a href="check.asp?ProdId=<% = rs("id") %>" target="_blank"><img src=images/skin/default/addto.gif align=absmiddle border=0></a> <% if alipay =1 then %><a href="alicheck.asp?ProdId=<% = rs("id") %>" target="_blank"><img src=images/skin/default/alipay.gif align=absmiddle border=0></a> <% Else %> <% end if %></TD>
</TR>
<% else %>
<tr><td colspan="3" align="center"><font color="#FF6600">暂时缺货</font></td></tr>
<% end if %>
</table></td>
</tr> 展开
dim catid,i,strcat
catid=SafeRequest("catid",1)
if catid="" then
conn.close
set conn = Nothing
response.Redirect "procat.asp"
response.end
end if
set rs=server.CreateObject("adodb.recordset")
rs.open "select category from category where categoryid="&catid&" ",conn,1,1
strcat = trim(rs("category"))
rs.close
%>
<!--#include file="include/header.asp"-->
<title><%=webname%>--<%=strcat%></title>
<TABLE width="930" BORDER="0" CELLSPACING="0" CELLPADDING="0" align="center" bgcolor="#FFFFFF">
<TR><TD HEIGHT="30" bgcolor="<% = bgclr1 %>" width="75" class=table-xia><FONT COLOR="#FFFFFF"> <b>您的位置:</b></FONT></TD>
<td bgcolor="#FFFFFF" class=table-xia> <a href="index.asp"><b><%=webname%></b></a>-><a href="cat.asp?catid=<% = catid %>"><b><%=strcat %></b></a>-><a href="textlink.asp?catid=<% = catid %>"><b><font color="FF6600">文字显示商品</font></b></a></td></TR></table>
<TABLE width="930" BORDER="0" ALIGN="center" bgcolor="#FFFFFF" CELLPADDING="0" CELLSPACING="0">
<tr>
<td width=170 vALIGN="top"><!--#include file="include/pronav.asp"--></td>
<td valign="top" align="center" colspan="2" class=table-zuo>
<%
Const MaxPerPage=10
dim totalPut
dim CurrentPage
dim TotalPages
dim j
dim sql
if Not isempty(SafeRequest("page",1)) then
currentPage=Cint(SafeRequest("page",1))
else
currentPage=1
end if
set rs=server.CreateObject("adodb.recordset")
rs.open "select prename,company,mark,intro,name,id,introduce,price1,price2,discount,pic,stock,amount from product where categoryid="&catid&" and stock >= 1 order by adddate desc",conn,1,1
if rs.eof And rs.bof then
Response.Write "<p align='center' class='contents'> 对不起,此分类暂时还没有商品!</p>"
else
totalPut=rs.recordcount
if currentpage<1 then
currentpage=1
end if
if (currentpage-1)*MaxPerPage>totalput then
if (totalPut mod MaxPerPage)=0 then
currentpage= totalPut \ MaxPerPage
else
currentpage= totalPut \ MaxPerPage + 1
end if
end if
<FONT COLOR=#C40000><%=Round(trim(rs("price2")*(1-LngDiscount)),2)%></FONT>元 <%end if%></td>
<td width="31%">折扣:<%=round(rs("discount")*10,2)%>折</td>
</tr>
<% if rs("stock") > 1 then %> <TR>
<TD align="center" colspan="3"><a href="check.asp?ProdId=<% = rs("id") %>" target="_blank"><img src=images/skin/default/addto.gif align=absmiddle border=0></a> <% if alipay =1 then %><a href="alicheck.asp?ProdId=<% = rs("id") %>" target="_blank"><img src=images/skin/default/alipay.gif align=absmiddle border=0></a> <% Else %> <% end if %></TD>
</TR>
<% else %>
<tr><td colspan="3" align="center"><font color="#FF6600">暂时缺货</font></td></tr>
<% end if %>
</table></td>
</tr> 展开
3个回答
展开全部
交你一个简单的方法,就是插入一个CSS样式代码就可以使两个表格横向排列,缺点是它是想一侧对齐的,比如你有一个大表格 宽500像素 内有5个100像素的横向排列的表格,内表格宽都是100像素,则横向5个没问题,如有个一超出100像素或分配不均匀则版面错乱!
Css代码:style="float:left;" left是像左靠齐,如改为style="float:right;"则是像右靠齐
可以看下面事例
<table width="100" border="0" cellspacing="0" cellpadding="0" style="float:left;">
<tr><td>这个是表格1</td></tr>
</table>
<table width="100" border="0" cellspacing="0" cellpadding="0" style="float:left;">
<tr><td>这个是表格2</td></tr>
</table>
============================================
<table width="100" border="0" cellspacing="0" cellpadding="0">
<tr><td>这个是表格11</td></tr>
</table>
<table width="100" border="0" cellspacing="0" cellpadding="0">
<tr><td>这个是表格22</td></tr>
</table>
Css代码:style="float:left;" left是像左靠齐,如改为style="float:right;"则是像右靠齐
可以看下面事例
<table width="100" border="0" cellspacing="0" cellpadding="0" style="float:left;">
<tr><td>这个是表格1</td></tr>
</table>
<table width="100" border="0" cellspacing="0" cellpadding="0" style="float:left;">
<tr><td>这个是表格2</td></tr>
</table>
============================================
<table width="100" border="0" cellspacing="0" cellpadding="0">
<tr><td>这个是表格11</td></tr>
</table>
<table width="100" border="0" cellspacing="0" cellpadding="0">
<tr><td>这个是表格22</td></tr>
</table>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个很简单的,你的文件没有全标出来.你找一下.开始循环的头和尾,像你这竖排的一般是在table开始循环,你到td后面去循环,然后在尾巴加一个</td><td>在循环后加一个</td>结尾就可以了
你把产品页的代码发出来
你把产品页的代码发出来
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
都是一样的,固定宽度,加float:left,就是竖排显示啦。或者固定高度,加float:left.横排。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询