If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
<table>
closeme=false
<%for i=0 to 10%>
if i=7 then
Response.write "<tr>"
closeme=true
end if
<td>my test</td>
if closeme=true
Response.write "</tr>"
closeme=False
end if
</tr>
<%next%>
</table>
Quote:
Originally posted by wlj_sh
code :
<table>
<tr>
<%for i=0 to 10%><td>my test</td>
<%next%>
</tr>
</table>
now,i want when i<7,the 1st row auto change 2nd row;
example:
my test my test my test my test my test my test my test