设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 57|回复: 1
打印 上一主题 下一主题

请教分行分列

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-9 09:11:58 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
各位好:

怎么把从后台添加的图片从一行显示为四行?代码如下:


<%
Const New_img=16      
set rs_Product=server.createobject("adodb.recordset")
sqltext="select top " & New_img & " * from Product where Passed=True order by UpdateTime desc"
rs_Product.open sqltext,conn,1,1
if not rs_Product.EOF then%>
<table align='center' cellpadding='0' cellspace='0' border='0'>
<tr>
    <td id='demo1' valign='top'>
        <table width='100%' cellpadding='0' cellspacing='0' border='0' align='center'>
        <tr valign='top'>
    <%
    while not rs_Product.EOF
    fileExt=lcase(getFileExtName(rs_Product("DefaultPicUrl")))        
    %>
            <td align='center'>
                <TABLE width=100% border=0 align=center cellPadding=0 cellSpacing=0>
                <TR>
                    <TD></TD>
                  </TR>
                <TR>
                  <TD style="padding-left:5px; padding-right:5px; padding-top:15px; " align="center">
                      <a href='ProductShow.asp?ArticleID=<%=rs_Product("ArticleID")%>' target=_blank title='<%=rs_Product("title")%>'>
        <%if fileext="jpg" or fileext="bmp" or fileext="png" or fileext="gif" then%>
</a>
                      <table border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td><img src="img/chanpin_left.gif" width="8" height="125"></td>
                          <td><table border="0" cellspacing="0" cellpadding="0">
                            <tr>
                              <td><img src="img/chanpin_img01.gif" width="104" height="8"></td>
                            </tr>
                            <tr>
                              <td><a href='ProductShow.asp?ArticleID=<%=rs_Product("ArticleID")%>' target=_blank title='<%=rs_Product("title")%>'><img border="0" height="104" src="<%if rs_Product("DefaultPicUrl")="" then%>Img/nopic.gif<%else%><%=rs_Product("DefaultPicUrl")%><%end if%>" width="104" alt="<%=rs_Product("title")%>"></a></td>
                            </tr>
                            <tr>
                              <td><img src="img/chanpin_img02.gif" width="104" height="13"></td>
                            </tr>
                          </table></td>
                          <td><img src="img/chanpin_right.gif" width="14" height="125"></td>
                        </tr>
                      </table>
                      <a href='ProductShow.asp?ArticleID=<%=rs_Product("ArticleID")%>' target=_blank title='<%=rs_Product("title")%>'>        
<%else
            if fileext="swf" then%>
</a><a href='ProductShow.asp?ArticleID=<%=rs_Product("ArticleID")%>' target=_blank title='<%=rs_Product("title")%>'>

</a>
<%end if
        end if%>
                        
                  </TD>
                  </TR>
              <TR>
                  <TD align=center height=30><a href='ProductShow.asp?ArticleID=<%=rs_Product("ArticleID")%>' target=_blank title='<%=rs_Product("title")%>' class="top_m_txt01"><%=cutstr(rs_Product("title"),10)%> </a></TD>
                  </TR>
                 </TABLE>
            </td>
      <%
      rs_Product.MoveNext
    wend
    %>
        </tr>
        </table>
    </td>
    </tr>
</table>
<%if New_img >16 then%>

    <%end if
else
    Response.Write "暂 无 最 新 图 文"
end if
rs_Product.close
set rs_Product=nothing
%>
您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-19 16:26 , Processed in 0.064387 second(s), 9 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表