.style4 {color: #FF0000}
-->
src="img/xiao/new_line_004.gif" width=4>
src="img/xiao/new_line_005.gif" width=4>
style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 3px; PADDING-TOP: 0px"
align=middle>
rs.open "select Top 14 * from shop_product where tejiaproduct=1 order by productid desc ",conn,1,1
if rs.eof and rs.bof then
response.write "目前还没有特价商品"
'response.End
else
%>
if not rs.eof then
i=1
do while not rs.eof%>
市场价: 元
会员价: 元
rs.movenext
i=i+1
loop
rs.close
end if
end if
%>
src="img/xiao/new_line_006.gif" width=4>
src="img/xiao/new_line_007.gif" width=4>