📄 info_newly.asp
字号:
<!--首页的特价商品-->
<table width="590" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="55" height="34"><img src="images/yemian/xinpin.gif"></td>
</tr>
</table>
<table width="590" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select Top 9 * from sh_chanpin where newsbook=1 order by bookid desc",conn,1,1
if rs.eof and rs.bof then
response.write "<td align=center><font color=red size=2>对不起,暂无新品!</font></td>"
'response.End
else
%>
<%
if not rs.eof then
i=1
do while not rs.eof%>
<td width="195" align="center" valign="top"> <table width="196" height="115" border="0" cellpadding="0" cellspacing="0" class="main">
<tr>
<td width="50%"><TABLE width=98 height=100 border=0 align="center" cellPadding=2 cellSpacing=1 bgColor=#e1e1e1 onmouseover="this.style.backgroundColor='#FF6600'" onmouseout="this.style.backgroundColor=''">
<TBODY>
<TR>
<TD width=92 height=100 bgColor=#ffffff align=center>
<%if rs("bookpic")="" then
response.write "<div align=center><a href=list.asp?id="&rs("bookid")&" > border=0></a></div>"
else%>
<a href=list.asp?id=<%=rs("bookid")%> target="_blank"> <img src="<%=trim(rs("bookpic"))%>" width=75 height=75 border=0 align=absmiddle></a>
<%end if%>
</TD>
</TR>
</TBODY>
</TABLE> </td>
<td valign=top width="50%"><a class=a4 href=list.asp?id=<%=rs("bookid")%>><br>
</a> <a href=list.asp?id=<%=rs("bookid")%> target="_blank">
<%if len(trim(rs("bookname")))>6 then
response.write left(trim(rs("bookname")),6)&".."
else
response.write trim(rs("bookname"))
end if
%>
</a><br> 市场价:<%=trim(rs("shichangjia"))%>元<br> 会员价:<%=trim(rs("huiyuanjia"))%>元<br> VIP 价:<%=trim(rs("Vipjia"))%><br> <table cellpadding=0 cellspacing=0>
<tbody>
<tr>
<td width="116"> <a href="javascript:;" onClick="javascript:window.open('shopcart.asp?id=<%=rs("bookid")%>&action=add','shouchang','width=600,height=600,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes');"><img src="images/goumai.gif" width="40" height="18" border=0></a> <a href="javascript:;" onClick="javascript:window.open('favorites.asp?id=<%=rs("bookid")%>&action=add','shouchang','width=600,height=600,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes');"><img src="images/Favorites.gif" width="40" height="18" border=0></a></td>
</tr>
</tbody>
</table></td>
</tr>
</table></td>
<%if i mod 3 = 0 then%>
</tr>
<%end if
rs.movenext
i=i+1
loop
rs.close
end if
end if
%>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -