动态生成Table

<%
dim row,column
row=3
column=4
MaxCount=7
CurCount=1
for r=1 to row
if CurCount>MaxCount then exit for
%>
<tr>
<%
for c=1 to column
if CurCount>MaxCount then exit for
%>
<td align="center" style="padding:0px,10px,10px,0px;">
<a href="">
<img src="" alt="KKKKKKKKKKK" border="0" style="width:150;height:120"><BR>
郑州航空港地区总体规划
</a></td>
<%
CurCount=CurCount+1
next
%>
</tr>
<%
next
%>
</table>
posted @ 2008-03-13 16:49  Microbar  阅读(300)  评论(0编辑  收藏  举报