📄 product.asp
字号:
<tr><td><script type="text/javascript"><!--
google_ad_client = "pub-3074014307908403";
/* 商城源代码商品页 */
google_ad_slot = "1862853470";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
</tr>
</table>
</td>
</tr>
<tr><td bgcolor="#F3F4F0" align="center"><% if not rs("bookpic1")="" then %><a href="<%=trim(rs("bookpic1"))%>" ><img src="<%=trim(rs("bookpic1"))%>" width=50 border=0 alt="点击浏览商品大图" height="50"></a> <% end if %><% if not rs("bookpic2")="" then %><a href="<%=trim(rs("bookpic2"))%>" ><img src="<%=trim(rs("bookpic2"))%>" width=50 border=0 alt="点击浏览商品大图" height="50"></a> <% end if %><% if not rs("bookpic3")="" then %><a href="<%=trim(rs("bookpic3"))%>" ><img src="<%=trim(rs("bookpic3"))%>" width=50 border=0 alt="点击浏览商品大图" height="50"></a> <% end if %><% if not rs("bookpic4")="" then %><a href="<%=trim(rs("bookpic4"))%>" ><img src="<%=trim(rs("bookpic4"))%>" width=50 border=0 alt="点击浏览商品大图" height="50"></a><% end if %></td>
</tr>
</table></div><%
if Len(rs("bookcontent"))>1 then
%><table width="100%" class="table-shang" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="98%" border="0" cellspacing="0" cellpadding="10" align="center">
<tr>
<td><span style="font-size: 11pt; font-weight: 700">编辑推荐:</span></td>
</tr>
<tr>
<td><%=rs("bookcontent")%></td>
</tr>
</table></td>
</tr>
</table><%end if%><table width="100%" class="table-shang" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="98%" border="0" cellspacing="0" cellpadding="10" align="center">
<tr>
<td bgcolor="#FFFFFF"><span style="font-size: 11pt; font-weight: 700">商品介绍:</span></td>
</tr>
<tr>
<td><pre style="width:720px;word-break:break-all;word-wrap:break-word;white-space:normal"><%=rs("bookinfo")%></pre></td>
</tr>
</table></td>
</tr>
</table><%
if Len(rs("bookother1"))>1 then
%><table width="100%" class="table-shang" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="98%" border="0" cellspacing="0" cellpadding="10" align="center">
<tr>
<td><span style="font-size: 11pt; font-weight: 700">
生产商联系信息:</span></td>
</tr>
<tr>
<td><pre style="width:720px;word-break:break-all;word-wrap:break-word;white-space:normal"><%=rs("bookother1")%></pre></td>
</tr>
</table></td>
</tr>
</table><%end if%><%
if Len(rs("bookother2"))>1 then
%><table width="100%" class="table-shang" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="98%" border="0" cellspacing="0" cellpadding="10" align="center">
<tr>
<td><span style="font-size: 11pt; font-weight: 700">包装清单:</span></td>
</tr>
<tr>
<td><pre style="width:720px;word-break:break-all;word-wrap:break-word;white-space:normal"><%=rs("bookother2")%></pre><%=bookts%></td>
</tr>
</table></td>
</tr>
</table><%end if%><%
if Len(rs("bookother3"))>1 then
%><table width="100%" class="table-shang" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="98%" border="0" cellspacing="0" cellpadding="10" align="center">
<tr>
<td><span style="font-size: 11pt; font-weight: 700">
外观参数:</span></td>
</tr>
<tr>
<td><pre style="width:720px;word-break:break-all;word-wrap:break-word;white-space:normal"><%=rs("bookother3")%></pre></td>
</tr>
</table></td>
</tr>
</table><%end if%><%
if Len(rs("bookother4"))>1 then
%><table width="100%" class="table-shang" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="98%" border="0" cellspacing="0" cellpadding="10" align="center">
<tr>
<td><span style="font-size: 11pt; font-weight: 700">
专业评论:</span></td>
</tr>
<tr>
<td><pre style="width:720px;word-break:break-all;word-wrap:break-word;white-space:normal"><%=rs("bookother4")%></pre></td>
</tr>
</table></td>
</tr>
</table><%end if%></td>
</tr>
<%
response.write "<tr><td align=right>查看更多相关商品>><a href=research.asp?action=1&anclassid=0&searchkey="&trim(rs("pingpai"))&" ><font color=red>"&trim(rs("pingpai"))&"</font></a> </td>"
rs.close
set rs=nothing
end if%>
<tr>
<td class="table-shang" height="35" bgcolor="#FFFFFF">
<span style="font-size: 11pt; font-weight: 680"> 网友评论:</span> </td>
</tr>
<%
set rs=server.createobject("adodb.recordset")
rs.open "select * from BJX_pinglun where bookid="&request("Iheeoid")&" order by pinglundate desc",conn,1,1
j=rs.recordcount
plcount=rs.recordcount
if j>3 then j=3
for i=1 to j
%>
<tr>
<td bgcolor="#FFFFFF"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr bgcolor="#FFFFFF">
<td align="center"><table width="95%" border="0" align="center" cellpadding="2" cellspacing="1">
<tr bgcolor="#FFFFFF">
<td colspan="2">主题: <%=trim(rs("pingluntitle"))%></td>
<td width="20%"><img src="images/level<%=rs("pingji")%>.gif"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="2">作者: <%=trim(rs("pinglunname"))%>(<%=trim(rs("pinglundate"))%>)</td>
<td width="20%"><%=trim(rs("ip"))%></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="3" bgcolor="#FFFFFF">内容:
<%if len(rs("pingluncontent"))>24 then
response.write left(rs("pingluncontent"),20)&"... <a href=""javascript:;"" onClick=""javascript:window.open('pinglunll.asp?id="&rs("pinglunid")&"','pinglun','width=300,height=400,toolbar=no, status=no, menubar=no, resizable=yes, scrollbars=yes');return false;"" title="&trim(rs("pingluntitle"))&">[详细内容]</a>"
else response.write rs("pingluncontent")
end if%>
</td>
</tr>
<%if trim(rs("huifu"))<>"" then%>
<tr bgcolor="#FFFFFF">
<td colspan="3"><b><font color="#ff6600">销售商回复:</font></b><%=rs("huifu")%> </td>
</tr>
<%end if%>
</table></td>
</tr>
</table>
<br>
</td>
</tr>
<%
rs.movenext
next
if plcount>0 then
%>
<tr>
<td align=right bgcolor="#FFFFFF"><a href=listpl.asp?id=<%=Iheeoid%> >浏览该商品的全部<%=plcount%>条评论>></a> </td>
</tr>
<%end if%>
<tr>
<td align="center" height="180" bgcolor="#FFFFFF"><!--#include file="pinglun.asp"-->
</td>
</tr>
</table></td>
</tr>
</table></TD>
</TR>
</TBODY>
</TABLE>
<!--#include file="Include/Iheeo_service.asp"-->
<!--#include file="Include/Iheeo_foot.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -