📄 info_jprm.asp
字号:
<style type="text/css">
<!--
.style4 {color: #FF0000}
-->
</style>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="82%"><img src="img/xiao/ranking_01.gif"></td>
<td width="18%"><div align="center"><img src="img/xiao/btn_all01.gif"></div></td>
</tr>
<tr>
<td colspan="2"><table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select Top 12 * from shop_product where newsproduct=1 order by productid 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 height="110" valign="top"><table width="170" height="110" cellpadding="0" cellspacing="0">
<tr>
<td width="36%" align="center" valign="middle"><TABLE width=82 height=82 border=0 align="center" cellPadding=2 cellSpacing=1 bgColor=#e1e1e1>
<TBODY>
<TR>
<TD width=82 height=82 align=center valign="middle" bgColor=#ffffff><div align="center"><a href="product.asp?id=<%=rs("productid")%>" target="_blank"><img src="<%=trim(rs("upfilepic"))%>" alt="<%=rs("productname")%>" width="80" height="80" border="0"></a></div></TD>
</TR>
</TBODY>
</TABLE></td>
<td width="64%"><table width="95%" height="60" align="center" cellpadding=0 cellspacing=0>
<tr>
<td width="203" ><a href=product.asp?id=<%=rs("productid")%> target="_blank"> </a><a href=product.asp?id=<%=rs("productid")%> target="_blank"> <%=rs("productname")%></a><br> </td>
</tr>
<tr>
<td ><font color="#009999">会员价:<%=rs("huiyuanjia")%>元</font> </td>
</tr>
<tr>
<td height="1" background="img/xiao/lineDotGray.gif"></td>
</tr>
</table></td>
</tr>
</table></td>
<%if i mod 4 = 0 then%>
</tr>
<%end if
rs.movenext
i=i+1
loop
rs.close
end if
end if
%>
</table></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -