商城推荐代码
作者:cmscn 日期:2005-04-11
<!-------------------在线商城 开始------------------->
<tr><td height=25 align=center>
<table border=0 cellspacing=0 cellpadding=0 width='98%'>
<td align=left background='skin/<%response.write joekoe_cms.web_skin%>/bg_td.gif' height=26 border=0><b><font color="#FFFFFF"> (c) 商品推荐</font></b></td>
</tr>
</table>
<table border=0 cellspacing=0 cellpadding=0 width='98%' class=bg_td>
<%
dim name2
sql="select top 4 id,name,serial,brand,stock,smallimg,price_1,price_2,remark_1 from shop_product where isgood=1 and hidden=1 order by tim desc,id desc"
set rs=conn.execute(sql)
do while not rs.eof
id=rs("id")
topic=rs("smallimg")
name2=rs("name")
response.write vbcrlf&" <td width='25%' align=center><a href='shop_view.asp?id="&id&"' target=_blank alt='"&name2&"'><script language=javascript>document.write(pic_fk('"&rs("smallimg")&"',4,'shop_view.asp?id="&id&"'));</script></a><br><a href='shop_view.asp?id="&id&"' target=_blank alt='"&name2&"'>"&name2&"</a></br></td>"
rs.movenext
loop
rs.close
%>
</table>
</td></tr>
<tr><td height=8 align=center>
</td></tr>
<!-------------------在线商城 结束------------------->
评论: 6 | 引用: 0 | 查看次数: 799
发表评论