|
<% set frs=server.CreateObject("adodb.recordset")
sql="select top 8 * from product order by paixu desc"
frs.open sql,con,1,1
%>
<% c=0
d=0
do while not frs.eof%>
百荣世贸商城区域功能图:
( 整体大图 、B1 、1F 、2F 、3F 、4F 、5F 、6F )
|
<% c=c+1%>
<% if c>3 then%>
<% c=0 %>
<% end if%>
<%d=d+1%>
<% if not frs.eof then%>
<% frs.movenext%>
<% else
exit do
end if%>
<%loop%>
|
|
|
|
|