要怎么写才可以呀?
<%dim i
do while not rs.eof
i=i+1
if i>4 then
exit do
end if
%>
<A
href="<%=rs("pic")%>" target=_parent><IMG class=pic id=oDIV style="BORDER-RIGHT: white 1px solid; BORDER-TOP: white 1px solid; DISPLAY: none; BORDER-LEFT: white 1px solid; BORDER-BOTTOM: white 1px solid" height=196 src="="<%=rs("pic")%>" width=246 border=0></A>
<%
rs.movenext
loop
%>
请问要怎么样写 可以把上面<A>.....</A> 循环出3份 中间红名部分别:id=oDIV1 id=oDIV2 id=oDIV3
1到3 用上面的变量i替换