(c) 商品推荐
...,Bullcn'Blog - 分享、交流、进步。" /> 商城推荐代码 - Bullcn'Blog

商城推荐代码


<!-------------------在线商城 开始------------------->
<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>
<!-------------------在线商城 结束------------------->

文章来自: Original
引用通告: 查看所有引用 | 我要引用此文章
Tags:
相关日志:
评论: 6 | 引用: 0 | 查看次数: 799
发表评论
昵 称:
密 码: 游客发言不需要密码.
内 容:
验证码: 验证码
选 项:
虽然发表评论不用注册,但是为了保护您的发言权,建议您注册帐号.
字数限制 20 字 | UBB代码 关闭 | [img]标签 关闭