关于ASP表格循环嵌套的问题

<tablewidth="98%"><tr><tdheight="19"colspan="2"></td></tr><tr><%i=0dowhilenotrs.eof%>... <table width="98%">

<tr>
<td height="19" colspan="2"></td>

</tr>

<tr>
<%i=0
do while not rs.eof%>
<td width="52%" height="68">
<table width="98%" style="BORDER-RIGHT:#C0C0C0 1px dashed; BORDER-TOP: #C0C0C0 1px dashed; BORDER-LEFT: #C0C0C0 1px dashed; BORDER-BOTTOM: #C0C0C0 1px dashed">
<tr>
<td width="33%" > <img src="<%=rs("img")%>" width="216" height="161" /></td>
<td width="67%" align="center" valign="top"><table width="100%">
<tr style="background-image:url('images/td.jpg');" onmouseover="this.style.backgroundImage='url(images/555.gif)'" onmouseout="this.style.backgroundImage='url(images/td.jpg)'">
<td align="center"><font size="+2" face="黑体"><%=rs("title") %></font></td>
</tr>
<tr>
<td><%=rs("neirong") %></td>
</tr>
</table></td>
</tr>
</table></td>
<%rs.movenext
i=i+1
if i=2 then exit do
loop
%>
<td width="48%"> </td>

</tr>
<tr>
<td height="68"></td>
<td></td>
</tr>
<tr>
<td height="68"></td>
<td></td>
</tr>
<tr>
<td height="68"></td>
<td></td>
</tr>
<tr>
<td height="68"></td>
<td></td>
</tr>
</table>
哪位大侠帮我改一下程序让两列循环下去
展开
 我来答
百度网友1be66c523
2015-09-08 · 超过10用户采纳过TA的回答
知道答主
回答量:32
采纳率:0%
帮助的人:21.3万
展开全部
<table width="98%">
<tr>
<td height="19" colspan="2"></td>
</tr>
<%
Dim i=0
do while not rs.eof
i= i+1
%>
<% If i=0 then%>
<tr>
<% End If %>
<td width="50%" height="68">
<table width="98%" style="BORDER-RIGHT:#C0C0C0 1px dashed; BORDER-TOP: #C0C0C0 1px dashed; BORDER-LEFT: #C0C0C0 1px dashed; BORDER-BOTTOM: #C0C0C0 1px dashed">
<tr>
<td width="33%" > <img src="<%=rs("img")%>" width="216" height="161" /></td>
<td width="67%" align="center" valign="top"><table width="100%">
<tr style="background-image:url('images/td.jpg');" onmouseover="this.style.backgroundImage='url(images/555.gif)'" onmouseout="this.style.backgroundImage='url(images/td.jpg)'">
<td align="center"><font size="+2" face="黑体"><%=rs("title") %></font></td>
</tr>
<tr>
<td><%=rs("neirong") %></td>
</tr>
</table></td>
</tr>
</table></td>
<% If i=2 then%>
</tr>
<% End If %>
<%
rs.movenext
loop
%>
<tr>
<td height="68"></td>
<td></td>
</tr>
</table>
更多追问追答
追问

大哥不对  得让他这样显示

追答


表格

zorrowh
2015-09-08 · TA获得超过488个赞
知道小有建树答主
回答量:622
采纳率:0%
帮助的人:221万
展开全部
<table width="98%">
    <tr>
    <td height="19" colspan="2"></td>
    </tr>
    
<%
i=0
do while not rs.eof
if i mod 2=0 then
%>  
<tr> 
       <td width="52%" height="68">
<%
else
%>
<td width="48%">
<%
end if
%>
            <table width="98%" style="BORDER-RIGHT:#C0C0C0 1px dashed; BORDER-TOP: #C0C0C0 1px dashed; BORDER-LEFT: #C0C0C0 1px dashed; BORDER-BOTTOM: #C0C0C0 1px dashed">
            <tr>
                <td width="33%"  > <img src="<%=rs("img")%>" width="216" height="161" /></td>
                <td width="67%" align="center" valign="top">
                    <table width="100%">
                        <tr style="background-image:url('images/td.jpg');" onmouseover="this.style.backgroundImage='url(images/555.gif)'" onmouseout="this.style.backgroundImage='url(images/td.jpg)'">
                        <td align="center"><font size="+2" face="黑体"><%=rs("title") %></font></td>
                        </tr>
                        <tr>
                        <td><%=rs("neirong") %></td>
                        </tr>
                    </table>
                </td>        
            </tr>    
            </table>
        </td>
<%
rs.movenext
i=i+1
if i mod 2=0 then
%>
 </tr>
<%
end if
loop
%>
    
       
</table>
你测试一下
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式