在一张网页如果按以下代码从数据库中读取记录,

tablewidth='100%'border='0'cellpadding='0'cellspacing='0' %dowhilenotrs.eof% tr tdheight='80'imgsrc='http://www.popasp.com/ /tr %i=i+1 ifi=MaxPerPagethenexitdo rs.movenext loop % /table 记录排列如下: 1 2 3 4 5

作者: 来源: 时间: 17-11-23 15:45:58

 <table width="100%" border="0" cellpadding="0" cellspacing="0">    
<% do while not rs.eof %>
    <tr>
       <td height="80"><img src="http://www.popasp.com/<%= rs("图片")%>" width="160" height="80"></td>      
    </tr>
<% i=i+1
if i>=MaxPerPage then exit do
rs.movenext
loop
%>
</table>
记录排列如下:
1
2
3
4
5
如果我想把记录排列改成
1  2  3
4  5
那么以上代码该怎么改,请高手帮忙一下
代码如下:
<table width="100%" border="0" cellpadding="0" cellspacing="0">    
<%   i=0   
  do while not rs.eof 
  if i mod 3 =0 then %>
  <tr>   
  <% end if %>
     <td height="80"><img src="http://www.popasp.com/<%= rs("图片")%>" width="160" height="80"></td>      
  <% 
  if (i+1) mod 3=0 then
  %>
  </tr>
  <%end if%>   
  <%   
  i=i+1
  if i>=MaxPerPage then exit do 
  rs.movenext   
  loop  
  %>  
</table>
11
22
33
隐藏区块

会员注册

本功能为预留功能,暂不支持注册 ^_^

Login

社交帐号登陆

使用以下任意帐号可登陆本站

Close section
Close

联系我们

关于5UCMS 您有任何需求 均可以留言给我们