呵呵,仔细想了想还是很好解决.在此结帖!
do while not rss.eof
ii=ii+1
pdids=rss("product_type_code")
pdnames=rss("product_type_name")
jj=ii mod 4
select case jj
case 1
%>
<tr>
<td height="28" align="center" background="images/faq1.jpg"><table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="4%"> </td>
<td width="22%" class="zi"><%=pdnames%></td>
<%case 0%>
<td width="22%" class="zi"><%=pdnames%></td>
<td width="4%"> </td>
</tr>
</table></td>
</tr>
<%case else%>
<td width="22%" class="zi"><%=pdnames%></td>
<%
end select
%>
<%
rss.movenext
loop
rss.close
%>