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

📄 shangping_shjia.asp

📁 采用asp+fso技术 傻瓜式的程序安装和调试 用户无需考虑系统的安装维护 美观、友好的展示铺面 设计中应用了多种网络安全技术 顾客可以方便的查询并订购商品 用户可以方便的定义各种商品信息
💻 ASP
字号:
<table width="100%" border="0" cellspacing="0" cellpadding="2" align="center">
<tr> 
<td width="30%" rowspan="4" align="center" class="table-xia"> 
<TABLE height=99 cellSpacing=0 cellPadding=0 width=99 border=0 align="center">
<TBODY>
<TR> 
<TD background=images/xt_bj.gif align=center> 
<%if rs_shp("bookpic")="" then 
response.write "<a href=list.asp?id="&rs_shp("bookid")&" ><img src=images/emptybook.gif width=75 height=75 border=0></a>"
else%>
<a href=list.asp?id=<%=rs_shp("bookid")%> ><img src="<%=trim(rs_shp("bookpic"))%>"  width=75 border=0 height="75"></a> 
<%end if%>
</TD>
</TR>
</TBODY>
</TABLE>
</td>
<td width="70%">
<img src="images/ring01.gif" width="9" height="9"> <a href=list.asp?id=<%=rs_shp("bookid")%> ><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价:<font color=red><%=trim(rs_shp("vipjia"))%></font>元</td>
</tr>
<tr> 
<td width="70%"><a href="gouwu.asp?id=<%=rs_shp("bookid")%>&action=add" target="_blank"><img src="images/goumai.gif" width="65" height="20" border=0></a>&nbsp;<a href="shoucang.asp?id=<%=rs_shp("bookid")%>&action=add" target="_blank"><img src="images/shoucang1.gif" width="65" height="20" border=0></a></td>
</tr>
<tr> 
<td width="70%" class="table-xia">
<font color="#666666">
      <%if len(trim(rs_shp("bookcontent")))>52 then
	response.write left(trim(rs_shp("bookcontent")),50)&"..."
	else
	response.write trim(rs_shp("bookcontent"))
	end if%>
</font></td>
</tr>
</table>

⌨️ 快捷键说明

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