info_merchant_sp.asp

来自「这是一个很小的电子商务网站」· ASP 代码 · 共 33 行

ASP
33
字号
<!--商家商品-->
<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("web767")("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 + =
减小字号Ctrl + -
显示快捷键?