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

📄 index1.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">
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onMouseOver="window.status='〖<%=webname%>〗<%=weburl%>如果您喜欢本站,别忘了把本站介绍给您的好友哦!';return false">
<%dim dada,dadaurl,xiao1,xiao2,xiao3,xiao1url,xiao2url,xiao3url,tx1,tx1url,tx2,tx2url,tx3,tx3url
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from shop_gg",conn,1,1
dada=trim(rs("458"))
dadaurl=trim(rs("458url"))
xiao1=trim(rs("2541"))
xiao1url=trim(rs("2541url"))
xiao2=trim(rs("2542"))
xiao2url=trim(rs("2542url"))
xiao3=trim(rs("2543"))
xiao3url=trim(rs("2543url"))
tx1=trim(rs("1441"))
tx1url=trim(rs("1441url"))
tx2=trim(rs("1442"))
tx2url=trim(rs("1442url"))
tx3=trim(rs("1443"))
tx3url=trim(rs("1443url"))
rs.close
set rs=nothing
%>
<!--#include file="webtop.asp"-->
<table width="760" border="0" cellspacing="0" cellpadding="0" align="center" class="table-zuoyou" bordercolor="#CCCCCC">
<tr> 
<td width="180" valign="top" bgcolor="#FFFFFF" bordercolor="#FFFFFF"> 
<!--#include file="searchinfo.asp"-->
<!--#include file="gouwucheinfo.asp"-->
<!--#include file="fenleiinfo.asp"-->
<!--#include file="pingpaiinfo.asp" -->
<!--#include file="dingdaninfo.asp" -->
</td>
<td width="400" valign="top" class="table-zuoyou" bgcolor="#FFFFFF" bordercolor="#FFFFFF"> 
<table width="100%" class="table-shangxia" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="22"> 
<!--#include file="xinxi.asp"-->
</td>
</tr>
</table>
<table width="100%" class="table-xia" border="0" cellspacing="0" cellpadding="0">
          <tr><td valign="top"> 
              <table width="100%" border="0" cellspacing="0" cellpadding="3">
                <%set rs=server.createobject("adodb.recordset")
						  rs.open "select Top 2 * from shop_books where tejiabook=1 and bestbook=1 order by bookid,bookname desc",conn,1,1
						  if rs.recordcount=0 then 
						  response.write "<tr><td> 暂无推荐特价</td></tr>"
						  else
						  %>
                <tr> 
                  <%while not rs.eof%>
                  <td align=center>
					<TABLE height=170 cellSpacing=0 cellPadding=0 width=170 border=0>
					<TBODY>
					<TR> 
					<TD background=images/xt.gif align=center>
					<a href=list.asp?id=<%=rs("bookid")%> target=_blank> 
					<%if rs("bookpic")="" then 
					response.write "<div align=center><a href=list.asp?id="&rs("bookid")&" target=_blank><img src=images/emptybook.gif width=75 height=75 border=0></a></div>"
					else%>
					<img src="<%=trim(rs("zhuang"))%>" width=150 border=0 height="150" alt="<%=trim(rs("bookname"))%>"></a> 
					<%end if%>
					</TD>
					</TR>
					</TBODY>
					</TABLE>
                  </td>
                  <%
					rs.movenext
		   			wend
					%>
                </tr>
                <%
				end if
				rs.close
				%>
              </table>
            </td>
          </tr>
        </table>
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
          <td class="table-xia" height="25" bgcolor="#f1f1f1"> 最新商品上架排行</td>
          </tr>
          <tr> 
            <td>
              <!--#include file="shangping_tj.asp" -->
            </td>
          </tr>
        </table>
        <table width="100%" class="table-xia" border="0" cellspacing="0" cellpadding="0">
          <tr> 
          <td height="25" bgcolor="#f1f1f1"> 精品热卖</td>
          </tr>
        </table>
        <table width="370" border="0" cellspacing="0" cellpadding="5" align="center">
          <tr>
            <td align=center>暂无推荐精品</td>
          </tr>
        </table>
        <!--#include file="shangping_j.asp"-->
		<!--#include file="zhuan.asp"-->
</td>
<td width="180" valign="top" bgcolor="#FFFFFF" bordercolor="#FFFFFF"> 
<%if request.cookies("godbook")("shjianame")<>"" then%>
<!--#include file="user/shjiamanage.asp"-->
<%end if%>
<!--#include file="gonggaoinfo.asp"-->
<!--#include file="user/shjiainfo.asp"-->
<!--#include file="user/shjia_tj.asp" -->
<!--#include file="newsinfo.asp"-->
<!--#include file="hotinfo.asp" -->
<!--#include file="tejiainfo.asp" -->
<!--#include file="xiaoshouinfo.asp"-->
<!--#include file="toupiaoinfo.asp"-->
<!--#include file="tjinfo.asp" -->
</td>
</tr>
</table>
<table width="760" align="center" border="0" cellspacing="0" cellpadding="0" class="table-zuoyou" bordercolor="#CCCCCC">
<tr> 
<td> 
<div align="center"></div>
<!--#include file="service.asp"-->
<!--#include file="copyright.asp"-->
</td>
</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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