⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 info_merchant_sp.asp

📁 一个ASP做的购物车
💻 ASP
字号:
<!--商家商品-->
<table width="90%" border="0" cellspacing="0" cellpadding="2" align="center">
  <tr> 
    <td width="20%" rowspan="4" align="center" valign="middle"> 
      <%if rs_shp("bookpic")="" then 
	response.write "<a href=list.asp?id="&rs_shp("bookid")&" target=_blank><img src=images/emptybook.gif width=75 height=75 border=0></a>"
	else%>
      <div align="center"><a href=list.asp?id=<%=rs_shp("bookid")%> target=_blank><img src="<%=trim(rs_shp("bookpic"))%>"  width=75 border=0 height="75"></a> 
        <%end if%>
      </div></td>
    <td width="80%"><a href=list.asp?id=<%=rs_shp("bookid")%> target=_blank><font color="#990000"><%=trim(rs_shp("bookname"))%></font></a></td>
  </tr>
  <tr> 
    <td width="70%">市场价:<s><font color=red><%=trim(rs_shp("shichangjia"))%></font></s>元 
      会员价:<font color=red><%=trim(rs_shp("huiyuanjia"))%></font>元 VIP 价:<%if Request.Cookies("cnhww")("reglx")=2 then%><%=trim(rs("Vipjia"))%><%else%><font color="#FF9999">更优惠!</font><%end if%></td>
  </tr>
  <tr> 
    <td width="70%"><a href="javascript:demo('shopcart.asp?id=<%=rs_shp("bookid")%>&action=add');"><img src="images/goumai.gif" width="40" height="18" border=0></a>&nbsp;&nbsp;<a href="javascript:;" onClick="javascript:window.open('favorites.asp?id=<%=rs_shp("bookid")%>&action=add','shouchang','width=450,height=350,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes');"><img src="images/Favorites.gif" width="40" height="18" border=0></a></td>
  </tr>
  <tr> 
    <td width="70%"> <font color="#999999">&nbsp;&nbsp;&nbsp;&nbsp; 
      <%if len(trim(rs_shp("bookcontent")))>40 then
	response.write left(trim(rs_shp("bookcontent")),40)&"...."
	else
	response.write trim(rs_shp("bookcontent"))
	end if%>
      </font></td>
  </tr>
  <tr> 
    <td colspan="2" height=1 background="images/bj_x1.gif"></td>
  </tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -