|
|
|
 |
|
 |
|
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select top 9 id,name,pic,company,mark,graph,graph2,intro,price2,introduce,other,grade from product where iscx=1 and isfb=0 order by adddate desc",conn,1,1
if rs.eof and rs.bof then
response.write "对不起,请您先到后台添加商品!"
else
i=0
do while not rs.eof
%>
|
|
|
|
|
|
|
|
|
|
| 龙印四季筒装 |
| 名称:龙印四季筒装 商品品牌 :龙印系列 容量:70...[全文] |
|
|
|
|
|
|
<%i=i+1
if i/2=i\2 then
response.write " "
end if
if i>=6 then exit do
rs.movenext
loop
end if
rs.close
set rs=nothing
%>
|
|
 |
|
 |
|