📄 index.asp
字号:
<!--#include file="top.asp"-->
<script>
<!--
window.open ("http://www.venshop.com")
-->
</script>
<div align="center">
<center>
<table width="778" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td width="181" valign="top">
<!--#include file="log.asp"-->
<!--#include file="gg.asp"-->
<!--#include file="insearch.asp"-->
<!--#include file="insort.asp"-->
</td>
<td valign="top">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr><td align="center" height="5"></td></tr>
<tr>
<td width="100%" align="center"><%set ad=server.CreateObject("adodb.recordset")
sql="select * from logo "
ad.open sql,conn,1,1
if ad.eof or ad.bof then
response.write "No ADS"
end if
%><a href="<%=ad("url")%>"target="_blank"><img src="<%=ad("banner")%>" width="395" height="118" border="0"></a></td>
</tr>
</table>
</center>
</div>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="94%" height="40">
<tr>
<td>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1" height="20" width="100%"><tr>
<td height="25">
<b><font color="#FF0000">
<img border="0" src="img/dl.gif" width="400" height="29"></font></b></td>
</tr>
</table></td>
</tr>
</table>
</div>
<table width="48%" border="0" cellspacing="0" cellpadding="0" height="60" align="center">
<tr>
<%
sql="select top 9 * from hw where tuijian=-1 order by hw_id DESC"
rs.open sql,conn,3,3
if rs.eof then
%>
No Recommended Product
<%end if
i=0
do while not rs.eof
i=i+1
%>
<td align="center" bgcolor="#FFFFFF" width="150">
<table width="140" border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td align="center" width="150" height="100">
<a target="_blank" href="views.asp?hw_id=<%=rs("hw_id")%>">
<img border="0" src="<%=rs("hw_pic")%>" width="90" height="90" style="border: 1px solid #C0C0C0"></a></td>
</tr> <tr>
<td valign="bottom" align="center" height="20"><b><%=rs("hw_name")%></b></td>
</tr>
<tr>
<td align="center">Market Price:<s><%=rs("pifa")%></s>RMB</td>
</tr>
<tr>
<td align="center">Member Price:<font color="#D03430"><%=rs("hw_cash")%></font>RMB</td>
</tr>
<tr>
<td align="center">Points:<%=rs("isbn")%></td>
</tr>
<tr>
<td valign="top" align="center">
<a target="_blank" href="views.asp?hw_id=<%=rs("hw_id")%>"><img border="0" src="img/xiang.gif"></a>
<a href='javascript:openbag(<%=rs("hw_id")%>)'><img border="0" src="img/buy.gif"></a></td>
</tr>
</table>
</td>
<%
if (i mod 3=0) and i>=3 then
%>
</tr>
<tr>
<%
end if
if i>=9 then exit do end if
rs.movenext
loop
rs.close
%>
</tr>
</table>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="94%" height="40">
<tr>
<td>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1" height="20" width="100%"><tr>
<td height="25">
<b><font color="#FF0000">
<img border="0" src="img/tj.gif" width="400" height="29"></font></b></td>
</tr>
</table></td>
</tr>
</table>
</div>
<table width="48%" border="0" cellspacing="0" cellpadding="0" height="60" align="center">
<tr>
<%
sql="select top 9 * from hw order by hw_id DESC"
rs.open sql,conn,3,3
if rs.eof then
%>
No Product
<%end if
i=0
do while not rs.eof
i=i+1
%>
<td align="center" bgcolor="#FFFFFF" width="150">
<table width="140" border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td align="center" width="150" height="100">
<a target="_blank" href="views.asp?hw_id=<%=rs("hw_id")%>">
<img border="0" src="<%=rs("hw_pic")%>" width="90" height="90" style="border: 1px solid #C0C0C0"></a></td>
</tr> <tr>
<td valign="bottom" align="center" height="20"><b><%=rs("hw_name")%></b></td>
</tr>
<tr>
<td align="center">Market Price:<s><%=rs("pifa")%></s>RMB</td>
</tr>
<tr>
<td align="center">Member Price:<font color="#D03430"><%=rs("hw_cash")%></font>RMB</td>
</tr>
<tr>
<td align="center">Points:<%=rs("isbn")%></td>
</tr>
<tr>
<td valign="top" align="center">
<a target="_blank" href="views.asp?hw_id=<%=rs("hw_id")%>"><img border="0" src="img/xiang.gif"></a>
<a href='javascript:openbag(<%=rs("hw_id")%>)'><img border="0" src="img/buy.gif"></a></td>
</tr>
</table>
</td> <%
if (i mod 3=0) and i>=3 then
%>
</tr>
<tr>
<%
end if
if i>=9 then exit do end if
rs.movenext
loop
rs.close
%>
</tr>
</table>
</td>
<td width="180" valign="top">
<!--#include file="innews.asp"-->
<!--#include file="ph.asp"-->
<!--#include file="link.asp"-->
</td>
</tr>
</table>
</center>
</div>
<!--#include file="copy.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -