📄 xpjingcai.asp
字号:
<!--#include file="conn_xp/xp.asp"-->
<!--#include file="conn_xp/shopxp.asp"-->
<html><head><title><%=webname%>--超级商品目录让您一目了然的选择</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="img_shopxp/css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="xptop.asp"-->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><TABLE width=90% border=0 cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD vAlign=top width=4 height=4><img height=4
src="img_shopxp/xiao/new_line_004.gif" width=4></TD>
<TD background=img_shopxp/xiao/new_line_008.gif height=4></TD>
<TD vAlign=top width=4 height=4><img height=4
src="img_shopxp/xiao/new_line_005.gif" width=4></TD>
</TR>
<TR>
<TD width="1" background=img_shopxp/xiao/new_line_009.gif></TD>
<TD
style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 3px; PADDING-TOP: 0px"
align=middle><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select Top 14 * from shopxp_product where shopxp_new_pt=1 order by shopxpptid desc ",conn,1,1
if rs.eof and rs.bof then
response.write "暂时还没有推荐的新商品!"
'response.End
else
%>
<%
if not rs.eof then
i=1
do while not rs.eof%>
<td width="565" height="154" valign="top"><table width="98" height="130" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="98" height="94"><div align="center">
<table width="90" height="90" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#e1e1e1">
<tbody>
<tr>
<td width="90" height="90" bgcolor="#ffffff" align="center"><a href="productshopxp.asp?id=<%=rs("shopxpptid")%>" target="_blank"><img src="<%=trim(rs("upfilepic"))%>" alt="<%=rs("shopxpptname")%>" width="<% = xtk %>" height="<% = xtg %>" border="0" /></a></td>
</tr>
</tbody>
</table>
</div></td>
</tr>
<tr>
<td height="23" valign="middle"><div align="center"><a href=productshopxp.asp?id=<%=rs("shopxpptid")%> target="_blank"><font color="#FF0000"><%=trim(rs("shopxpptname"))%></font></a></div></td>
</tr>
<tr>
<td height="13" valign="bottom"><table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="37"><div align="center"> <font color="#999999"><s>市场价:<%=trim(rs("shichangjia"))%> 元</s></font><br>
<span class="style4">会员价:<%=trim(rs("shopxphyjia"))%> 元</span> </div></td>
</tr>
</table></td>
</tr>
</table></td>
<%if i mod 7 = 0 then%>
</tr>
<%end if
rs.movenext
i=i+1
loop
rs.close
end if
end if
%>
</table></TD>
<TD width="1" background=img_shopxp/xiao/new_line_010.gif></TD>
</TR>
<TR>
<TD vAlign=top width=4 height=4><img height=4
src="img_shopxp/xiao/new_line_006.gif" width=4></TD>
<TD background=img_shopxp/xiao/new_line_011.gif></TD>
<TD vAlign=top width=4 height=4><img height=4
src="img_shopxp/xiao/new_line_007.gif" width=4></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
</table></td>
</tr>
</table>
<table width="50%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img_shopxp/xiao/title_recom2.gif" height="42"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><TABLE width=90% border=0 cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD vAlign=top width=4 height=4><img height=4
src="img_shopxp/xiao/new_line_004.gif" width=4></TD>
<TD background=img_shopxp/xiao/new_line_008.gif height=4></TD>
<TD vAlign=top width=4 height=4><img height=4
src="img_shopxp/xiao/new_line_005.gif" width=4></TD>
</TR>
<TR>
<TD width="1" background=img_shopxp/xiao/new_line_009.gif></TD>
<TD
style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 3px; PADDING-TOP: 0px"
align=middle><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select Top 14 * from shopxp_product where shopxp_tejia_pt=1 order by shopxpptid desc ",conn,1,1
if rs.eof and rs.bof then
response.write "暂时还没有特价商品"
'response.End
else
%>
<%
if not rs.eof then
i=1
do while not rs.eof%>
<td width="565" height="154" valign="top"><table width="98" height="130" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="98" height="94"><div align="center">
<table width="90" height="90" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#e1e1e1">
<tbody>
<tr>
<td width="90" height="90" bgcolor="#ffffff" align="center"><a href="productshopxp.asp?id=<%=rs("shopxpptid")%>" target="_blank"><img src="<%=trim(rs("upfilepic"))%>" alt="<%=rs("shopxpptname")%>" width="<% = xtk %>" height="<% = xtg %>" border="0" /></a></td>
</tr>
</tbody>
</table>
</div></td>
</tr>
<tr>
<td height="23" valign="middle"><div align="center"><a href=productshopxp.asp?id=<%=rs("shopxpptid")%> target="_blank"><font color="#FF0000"><%=trim(rs("shopxpptname"))%></font></a></div></td>
</tr>
<tr>
<td height="13" valign="bottom"><table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="37"><div align="center"> <font color="#999999"><s>市场价:<%=trim(rs("shichangjia"))%> 元</s></font><br>
<span class="style4">会员价:<%=trim(rs("shopxphyjia"))%> 元</span> </div></td>
</tr>
</table></td>
</tr>
</table></td>
<%if i mod 7 = 0 then%>
</tr>
<%end if
rs.movenext
i=i+1
loop
rs.close
end if
end if
%>
</table></TD>
<TD width="1" background=img_shopxp/xiao/new_line_010.gif></TD>
</TR>
<TR>
<TD vAlign=top width=4 height=4><img height=4
src="img_shopxp/xiao/new_line_006.gif" width=4></TD>
<TD background=img_shopxp/xiao/new_line_011.gif></TD>
<TD vAlign=top width=4 height=4><img height=4
src="img_shopxp/xiao/new_line_007.gif" width=4></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
</table>
<table width="50%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img_shopxp/xiao/title_best10.gif" height="42"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><TABLE width=90% border=0 cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD vAlign=top width=4 height=4><img height=4
src="img_shopxp/xiao/new_line_004.gif" width=4></TD>
<TD background=img_shopxp/xiao/new_line_008.gif height=4></TD>
<TD vAlign=top width=4 height=4><img height=4
src="img_shopxp/xiao/new_line_005.gif" width=4></TD>
</TR>
<TR>
<TD width="1" background=img_shopxp/xiao/new_line_009.gif></TD>
<TD
style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 3px; PADDING-TOP: 0px"
align=middle><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select Top 14 * from shopxp_product where shopxp_best_pt=1 order by shopxpptid desc ",conn,1,1
if rs.eof and rs.bof then
response.write "暂时还没有推荐商品"
'response.End
else
%>
<%
if not rs.eof then
i=1
do while not rs.eof%>
<td width="565" height="154" valign="top"><table width="98" height="130" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="98" height="94"><div align="center">
<table width="90" height="90" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#e1e1e1">
<tbody>
<tr>
<td width="90" height="90" bgcolor="#ffffff" align="center"><a href="productshopxp.asp?id=<%=rs("shopxpptid")%>" target="_blank"><img src="<%=trim(rs("upfilepic"))%>" alt="<%=rs("shopxpptname")%>" width="<% = xtk %>" height="<% = xtg %>" border="0" /></a></td>
</tr>
</tbody>
</table>
</div></td>
</tr>
<tr>
<td height="23" valign="middle"><div align="center"><a href=productshopxp.asp?id=<%=rs("shopxpptid")%> target="_blank"><font color="#FF0000"><%=trim(rs("shopxpptname"))%></font></a></div></td>
</tr>
<tr>
<td height="13" valign="bottom"><table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="37"><div align="center"> <font color="#999999"><s>市场价:<%=trim(rs("shichangjia"))%> 元</s></font><br>
<span class="style4">会员价:<%=trim(rs("shopxphyjia"))%> 元</span> </div></td>
</tr>
</table></td>
</tr>
</table></td>
<%if i mod 7 = 0 then%>
</tr>
<%end if
rs.movenext
i=i+1
loop
rs.close
end if
end if
%>
</table></TD>
<TD width="1" background=img_shopxp/xiao/new_line_010.gif></TD>
</TR>
<TR>
<TD vAlign=top width=4 height=4><img height=4
src="img_shopxp/xiao/new_line_006.gif" width=4></TD>
<TD background=img_shopxp/xiao/new_line_011.gif></TD>
<TD vAlign=top width=4 height=4><img height=4
src="img_shopxp/xiao/new_line_007.gif" width=4></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
</table></td>
</tr>
</table>
<!--#include file="copyright_shopxp.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -