📄 index.asp
字号:
<head>
<meta http-equiv="Content-Language" content="zh-cn">
</head>
<TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0 class=page>
<TBODY>
<TR> <td>
<!--#include file="top.asp"-->
<TABLE cellSpacing=0 cellPadding=0 width=760 align=center border=0>
<TBODY>
<TR >
<TD><img src=img/banner.gif border=0 width=760></TD>
</TR>
<TR >
<TD>
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table6">
<tr>
<td width="173" valign="top">
<div align="center">
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table22">
<tr>
<td><!--#include file="left.asp"--></td>
</tr>
</table>
</div>
</td>
<td width="1" bgcolor=#999999></td>
<td valign="top" width="585" align="center">
<table border="0" width="100%" cellspacing="0" cellpadding="0" align=center>
<tr>
<td align=center>
<table border="0" width="100%" cellspacing="0" cellpadding="0" align=center>
<tr>
<td><div align="center">
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table9">
<tr>
<td colspan="3">
<img border="0" src="images/center1.gif" width="586" height="63"></td>
</tr>
<tr>
<td valign=top width="380"><script src=newnews.asp></script></td>
<td width="1" bgcolor="#999999"></td>
<td width="204" valign=top><script src=newannouce.asp></script></td>
</tr>
<tr>
<td align="right" ><a href="news_list.asp">
<img border="0" src="images/more.gif" width="31" height="11"></a></td>
<td width="1" bgcolor="#999999"> </td>
<td align="right"><a href="annouce_list.asp">
<img border="0" src="images/more.gif" width="31" height="11"></a></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td><div align="center">
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table10" >
<tr>
<td colspan="2">
<img border="0" src="images/center2.gif" width="586" height="63"></td>
</tr>
<tr>
<td width="4%">最新店铺</td>
<td width="96%">
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table11">
<tr>
<td><script src=newshop.asp></script></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="4%">最热店铺</td>
<td width="96%">
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table11">
<tr>
<td><script src=hotshop.asp></script></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" align="right"><a href="shop_list.asp">
<img border="0" src="images/more.gif" width="31" height="11"></a></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td><div align="center">
<img border="0" src="images/center3.gif" width="586" height="63"><table border="0" width="100%" cellspacing="0" cellpadding="0" id="table18" >
<tr>
<td>
</td>
</tr>
<tr>
<td width="100%">
<table border="0" width="100%" cellspacing="1" cellpadding="0" bgcolor="#999999">
<tr>
<td bgcolor="#FFFFFF" width="50%" valign="top"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" >
<tr>
<td><script src=tjgoods.asp></script></td>
</tr>
</table></td><td bgcolor="#FFFFFF" valign="top"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" >
<tr>
<td><script src=starshop.asp></script></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td><div align="center">
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table15" >
<tr>
<td colspan="2">
<img border="0" src="images/center4.gif" width="586" height="63"></td>
</tr>
<tr>
<td width="4%">最新商品</td>
<td width="96%">
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table16" >
<tr>
<td><script src=newgoods.asp></script></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" align="right"><a href="goods_list.asp">
<img border="0" src="images/more.gif" width="31" height="11"></a></td>
</tr>
<tr>
<td colspan="2" align="right"><hr color="#E4F4E1" size="0"></td>
</tr>
<tr>
<td width="4%">热门商品</td>
<td width="96%">
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table17" >
<tr>
<td><script src=hotgoods.asp></script></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" align="right"><a href="goodstop.asp">
<img border="0" src="images/more.gif" width="31" height="11"></a></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> <div align="center">
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table18" >
<tr>
<td>
<img border="0" src="images/center6.gif" width="586" height="63"></td>
</tr>
<tr>
<td width="100%">
<table border="0" width="100%" cellspacing="1" cellpadding="0" bgcolor="#999999">
<tr>
<td bgcolor="#FFFFFF" width="50%" valign="top"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" >
<%
Set rs= conn.execute("select * from new order by id desc" )
do while not rs.eof
%>
<tr>
<td>·<a href=shopnewsinfor.asp?id=<%=rs("id")%> target=_blank><%=rs("name")%></a>(<%=rs("date")%>)</td>
<% d=d+1
if d>=8 then exit do
rs.movenext
loop
rs.close
set rs=nothing
%>
</tr>
</table></td><td bgcolor="#FFFFFF" valign="top"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" >
<%
Set rs= conn.execute("select * from link order by id desc" )
do while not rs.eof
%>
<tr>
<td>·<a href=shoplinkinfor.asp?id=<%=rs("id")%> target=_blank><%=rs("name")%></a></td>
<% p=p+1
if p>=8 then exit do
rs.movenext
loop
rs.close
set rs=nothing
%>
</tr>
</table></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table20">
<tr>
<td>
<img border="0" src="images/center7.gif" width="586" height="63"></td>
</tr>
<tr>
<td><div align="center">
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table21">
<tr>
<td><script src="gbook/homeapply.asp?type=2&lycount=10&lylen=50&info=1&pic=0&reply=1&order=1"></script></td>
</tr>
<tr>
<td align="right"><a href="gbook/">
<img border="0" src="images/more.gif" align="right"></a></td>
</tr>
</table>
</div></td>
</tr>
</table>
</td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</TD>
</TR>
</TBODY>
</TABLE>
<!--#include file="bottom.asp"-->
</TD>
</TR>
</TBODY>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -