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

📄 insimage.asp

📁 凡人网络购物系统 v8.0 中文版
💻 ASP
字号:
<table width="100%" border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111">
<tr><td align="center" height="100" rowspan="6" width="180"><a <%if photoh=1 then%>class=photo<%end if%> target="_blank" href="views.asp?hw_id=<%=rs("hw_id")%>"><img border="0" src="<%pic=split(rs("hw_pic"),"*")%><%=pic(1)%>" onerror="this.src='img/noimage.jpg'" height="<%=aheight%>"  style="border: 0px solid #C0C0C0; "></a></td>
<td height="25" colspan="2" valign="bottom"><a style="font-size: 11pt; font-weight: bold" target="_blank" href="views.asp?hw_id=<%=rs("hw_id")%>"><%=rs("hw_name")%></a></td></tr>
<tr><td height="25" colspan="2">
	<p style="line-height: 150%; margin-top: 5px; margin-bottom: 5px"><%=rs("hw_content")%></p></td></tr>
<tr><td height="25" style="font-size: 10pt" colspan="2">市场价格:<strike>¥<%=trim(rs("hw_price1"))%>元</strike>&nbsp;&nbsp; 
本站价格:<font color="#FF0000">¥<%=trim(rs("hw_price2"))%>元</font>&nbsp;&nbsp; 
节省价格:<font color="#FF0000">¥<%=trim(rs("hw_price1"))-trim(rs("hw_price2"))%>元</font></td></tr>
<tr><td><a href="basket.asp?hw_id=<%=rs("hw_id")%>"><img border="0" src="Skin/<%=venshop_skin%>/order.gif"></a>
<a href="com.asp?action=add&hw_id=<%=rs("hw_id")%>"><img border="0" src="Skin/<%=venshop_skin%>/com.gif"></a>
<a href="fav.asp?action=add&hw_id=<%=rs("hw_id")%>"><img border="0" src="Skin/<%=venshop_skin%>/fav.gif"></a></td>
<td>
<%Set rs2= Server.CreateObject("ADODB.Recordset")
sql="select top 1 * from venshop_payonline"
rs2.open sql,conn,1,1
if rs2("alipay")=1 or rs2("paypal")=1 then
%><table border="0" cellpadding="0" cellspacing="0" id="table36">
<tr><%if rs2("alipay")=1 then%><td width="145"><a target="_blank" title="欢迎使用支付宝安全支付平台,安全购物有保障。" href="https://www.alipay.com/payto:<%=rs2("pay_zhifubao")%>?partner=2088002046268961&subject=<%=rs("hw_name")%>&body=<%=rs("hw_name")%>&price=<%=trim(rs("hw_price2"))%>&type=1&express_fee=<%=rs2("pay_fee")%>&readonly=<%=rs2("pay_change")%>">
<img border="0" src="img/pay/alipay_buy.gif"></a></td><%end if%>
<%if rs2("paypal")=1 then%><td width="145"><table border="0" cellpadding="0" cellspacing="0" width="100%"><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
<tr><td><input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="<%=rs2("pay_paypal")%>">
<input type="hidden" name="item_name" value="<%=rs("hw_name")%>">
<input type="hidden" name="amount" value="<%=trim(rs("hw_price2"))+rs2("pay_fee")%>">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="CNY">
<input type="hidden" name="bn" value="PP-BuyNowBF">
<input type="image" src="img/pay/paypal_buy.gif" border="0" name="submit" width="115" height="24" alt="请注意:使用Paypal支付的价格包含运费!"></td></tr></form>
</table></td><%end if%></tr></table><%end if
rs2.close
set rs2=nothing
%></td></tr><tr><td height="2" width="580" background="img/spacer.gif" colspan="2"></td></tr></table>

⌨️ 快捷键说明

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