<%
dim ctotal,c
ctoal=5'每行5个图片
c=0
for i=1 to ad.PageSize
if ad.EOF or ad.BOF then exit for
With Response
.Write "<img src='lm/"&ad("pic")&"'>"
if c>5 Then
.Write "<br/>"
c=0
end if
end with
ad.movenext
c=c+1
next
%>
dim ctotal,c
ctoal=5'每行5个图片
c=0
for i=1 to ad.PageSize
if ad.EOF or ad.BOF then exit for
With Response
.Write "<img src='lm/"&ad("pic")&"'>"
if c>5 Then
.Write "<br/>"
c=0
end if
end with
ad.movenext
c=c+1
next
%>