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

📄 shjialist.asp

📁 商业网站开发有源代码可以运行
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<html>
<head>
<title><%=webname%>--商家信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="mt_style.css" rel="stylesheet" type="text/css">
<style>
td{font-size:9pt;line-height:120%;color:#353535} 
body{font-size:9pt;line-height:120%} 
a:link          { color: #000000; text-decoration: none }
a:visited       { color: #000000; text-decoration: none }
a:active        { color: #000000; text-decoration: none }
a:hover         { color: #336699; text-decoration: none; position: relative; right: 0px; top: 1px }
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onMouseOver="window.status='【<%=webname%>】<%=weburl%> 如果您喜欢本站,别忘了把本站介绍给您的好友哦!:)';return false">
<%if IsNumeric(request.QueryString("id"))=False then
        response.write"<script>alert(""输入错误,如有疑问请联系管理员!"");location.href=""index.asp"";</script>"
        response.end
		end if
dim id
id=request.QueryString("id")
set rs_shjia=server.CreateObject("adodb.recordset")
strshjia="select * from shjia where shjiaid="&id
rs_shjia.open strshjia,conn,1,1
%>
<!--#include file="webtop.asp"-->
<table width="760" border="1" cellspacing="0" cellpadding="0" align="center" bordercolor="EDECEC">
  <tr> 
    <td width="180" valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF"> 
      <!--#include file="gouwucheinfo.asp"-->
	  <!--#include file="user/lxshjia.asp"-->
	  <!--#include file="searchinfo.asp"-->
      <!--#include file="fenleiinfo.asp"-->
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td background="images/bj_x.gif" height="1"></td>
        </tr>		       
      </table>      
    </td>
    <td width="1" valign="top" background="images/bj_x.gif"></td>
	<td width="579" valign="top" bordercolor="#FFFFFF"> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td valign="top" bgcolor="#FFFFFF" bordercolor="#FFFFFF"> 
            <div align="center"> 
              <!--#include file="user/contentinfo.asp"-->
            </div>
		 </td>
          <td width="1" valign="top" background="images/bj_x.gif"></td>
          <td valign="top" bordercolor="#FFFFFF" bgcolor="#FFFFFF" width="35%"> 
            <!--#include file="user/shjianews.asp"-->
          </td>
        </tr>
        <tr> 
          <td height="1" valign="top" colspan="3" background="images/bj_x.gif"></td>
        </tr>
        <tr> 
          <td colspan="3"> 
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td background="images/bj_x.gif" height="1"></td>
              </tr>
              <tr> 
                <td height="22" bgcolor="#FFEA95"> 
                  <table cellspacing=0 cellpadding=0 width=100% height="20">
                    <tr> 
                      <td width=5>&nbsp;</td>
                      <td width="252"> 
                        <div align="center"></div>
                        <b><font color="#333333">最新商品特价排行&gt;&gt;&gt;</font></b> 
                      </td>
                      <td width="316" align="right"><a href=shjlist.asp?id=<%=rs_shjia("shjiaid")%>>点击查看<%=rs_shjia("name")%>全部商品</a>&nbsp;&nbsp;</td>
                    </tr>
                  </table>
                </td>
              </tr>
              <tr> 
                <td height="1" background="images/bj_x.gif"></td>
              </tr>
              <tr> 
                <td>
                  <!--#include file="shj_tejia.asp" -->
                </td>
              </tr>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td background="images/bj_x.gif" height="1"></td>
              </tr>
              <tr> 
                <td height="22" bgcolor="#FFEA95"> 
                  <table cellspacing=0 cellpadding=0 width=170 height="20">
                    <tr> 
                      <td width=5>&nbsp;</td>
                      <td> 
                        <div align="center"></div>
                         
                        <b><font color="#333333">最新商品推荐&gt;&gt;&gt;</font></b> 
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>
              <tr> 
                <td height="1" background="images/bj_x.gif"></td>
              </tr>
              <tr> 
                <td> 
                  <!--#include file="shj_tj.asp" -->
                </td>
              </tr>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td>&nbsp; </td>
              </tr>
              <tr>
                <td>&nbsp; </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
	</td>    
  </tr>
</table>
<!--#include file="service1.asp"-->
<!--#include file="copyright.asp"-->
<div  id=floater 
            style="Z-INDEX: 20; WIDTH: 130px; POSITION: absolute; TOP: 342px; overflow: visible;; left: 2px"> 
</div>
<script language=javascript src="floater.js"></script>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -