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

📄 info_jprm.asp

📁 网上购物系统:一个经过完善设计的经典网上购物系统
💻 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">&#20250;&#21592;&#20215;:<%=rs("huiyuanjia")%>&#20803;</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 + -