📄 listjp.asp
字号:
<!--
┌─9911.com.cn────────────┐
│ 动感购物 WWW.9911.com.cn 版权所有 │
│ 动感购物2005Vb 联系:web@snsn.net │
└───────────9911.com.cn──┘
-->
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<!--#include file="fuction.asp"-->
<html>
<head>
<title><%=webname%>--商品信息</title>
<link rel="SHORTCUT ICON" href="/shortcut.ico">
<meta name="generator" content="snsn-shop">
<meta name=keywords content="<%=webgjz%>">
<meta name="description" content="<%=webmx%>">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<meta http-equiv="MSThemeCompatible" content="Yes">
<link href="/css.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- onMouseOver="window.status='【<%=webname%>】<%=weburl%> 如果您喜欢本站,别忘了把本站介绍给您的好友哦!:)';return true">-->
<!--#include file="webtop.asp"-->
<table width="940" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="6" colspan="3"></td>
</tr>
<tr>
<td width="17"><img src="/img/index_1.gif" width="15" height="16"></td>
<td valign="bottom">您现在的位置是:<a href="<%=weburl%>"><%=webname%></a> -> <span class="table-shangxia"><span class="b14">兑换奖品中心</span></span></td>
<td valign="bottom">
</td>
</tr>
<tr>
<td height="6" colspan="3"></td>
</tr>
</table>
<table width="945" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<br>
<%
set rs=server.createobject("adodb.recordset")
rs.open "select * from shop_jiangpin where shopid="&nosql(request("id")),conn,1,3
if rs.recordcount=0 then
%>
<table width="370" border="0" cellspacing="0" cellpadding="5" align="center">
<tr>
<td align=center>调用奖品错误</td>
</tr>
</table>
<%else%>
<table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> <table width="100%%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" width="160"> <table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td height="25"> <div align="center"> <font color="<%=flzhzt%>">
<%if rs("shoppic")<>"" then
response.write "<a href="&trim(rs("shoppic2"))&" target=_blank><img src="&trim(rs("shoppic"))&" width=150 border=0></a>"
else
response.write "<img src=images/emptyshop.gif width=150 border=0>"
end if%>
</font></div></td>
</tr>
</table></td>
<td valign="top"> <table width="100%%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td><span class="style3"><font><%=rs("shopname")%></font></span></td>
</tr>
<tr>
<td><font color="<%=flzhzt%>">【</font><font color="<%=flzhzt%>">市场价</font><font color="<%=flzhzt%>">】:¥<%=formatnumber(rs("shichangjia"),2)%>元 </font> <font color="<%=flzhzt%>">【</font><font color="<%=flzhzt%>">所需积分</font><font color="<%=flzhzt%>"> </font><font color="<%=flzhzt%>">】</font><font color="<%=flzhzt%>">:<%=rs("jifen")%></font></td>
</tr>
<tr>
<td><font color="<%=flzhzt%>"><%=rs("shopcontent")%></font></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<%
rs.close
set rs=nothing
end if%>
<%
set rs=server.createobject("adodb.recordset")
rs.open "select * from shop_pinglun where shopid="&nosql(request("id"))&" order by pinglundate desc",conn,1,1
j=rs.recordcount
for i=1 to j
%>
<%
rs.movenext
next
%>
</table></td>
</tr>
</table></td>
</tr>
</table>
<!--#include file="copyright.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -