📄 icreat.asp
字号:
<!--#include file="top.asp"-->
<div align="center"><center>
<table width="980" border="0" cellpadding="0" style="border-collapse: collapse" bgcolor="#FFFFFF" height="100">
<tr><td width="180" valign="top" align="center">
<script language="JavaScript1.1" src="logs.asp"></script>
<!--#include file="insort.asp"-->
<script language="javascript" src="inven.asp?ven_id=1"></script>
<!--#include file="inph.asp"-->
<!--#include file="indy.asp"-->
<script language="javascript" src="inven.asp?ven_id=2"></script>
<!--#include file="inlink.asp"-->
<%if rs7("tongj")=1 then%>
<script src="admin/tj_ven.asp"></script>
<%elseif rs7("tongj")=2 then%>
<script src="admin/tj_ven.asp?style=text"></script>
<%elseif rs7("tongj")=3 then%>
<script src="admin/tj_ven.asp?style=icon"></script>
<%elseif rs7("tongj")=4 then%>
<script src="admin/tj_ven.asp?style=counter"></script>
<%elseif rs7("tongj")=5 then%>
<script src="admin/tj_ven.asp?style=flash"></script>
<%end if%>
</td><td valign="top" align="center"><table border="0" cellpadding="0" cellspacing="0" width="790">
<tr><td><img border="0" src="img/search_01.gif"></td></tr>
<tr><td background="img/search_bg.gif" align="center">
<table border="0" cellpadding="0" cellspacing="0" width="98%">
<tr><td height="38" align="right" width="9"><img border="0" src="img/searchina.gif" width="9" height="38"></td>
<td height="38" align="center" background="img/searchinbg.gif" width="80"><font color="#FFFFFF"><b>推荐品牌:</b></font></td>
<td height="38" background="img/searchinbg.gif" width="305"><%
rs.open "select top 5 * from pinpai order by pinpai_id DESC",conn,1,1
do while not rs.eof%><a href="product/pinpai<%=rs("pinpai_id")%>-1.htm"><font color="#FFFFFF"><%=rs("pinpai_name")%></font></a><font color="#FFFFFF"> <%rs.movenext
loop
rs.close%></td>
<td height="38" align="right" background="img/searchinbg.gif" width="60"><img border="0" src="img/gg.gif"></td>
<td height="38" align="right" background="img/searchinbg.gif" width="70"><b><font color="#F96D06">网站公告:</font></b></td>
<td height="38" background="img/searchinbg.gif"><!--#include file="ingg.asp"--></td>
<td height="38" width="9"><img border="0" src="img/searchinb.gif" width="9" height="38"></td>
</tr></table></td></tr>
<tr><td background="img/search_bg.gif" align="center">
<table border="0" cellpadding="0" cellspacing="0" width="96%"><tr>
<%rs.open "select top 5 * from hw where tjindex=1 order by hw_id DESC",conn,1,1%>
<%do while not rs.eof%><td height="135" align="center" width="20%">
<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0">
<tr><td align="center" height="120"><a <%if rs7("photoh")=1 then%>class=photo<%end if%> target="_blank" href="product/pro<%=rs("hw_id")%>.htm">
<img border="0" src="<%pic=split(rs("hw_pic"),"*")%><%=pic(1)%>" onerror="this.src='img/noimage.jpg'" width="<%=rs7("widtht")%>" height="<%=rs7("heightt")%>"></a></td></tr>
<tr><td align="center" height="20"><a target="_blank" href="product/pro<%=rs("hw_id")%>.htm"><%=rs("hw_name")%></a></td></tr>
</table></td>
<%rs.movenext
loop
rs.close%></tr></table></td></tr>
<tr><td><img border="0" src="img/search_02.gif"></td></tr></table>
<script language="javascript" src="inven.asp?ven_id=3"></script>
<table border="0" cellpadding="0" cellspacing="0" width="790" height="130">
<tr><td colspan="2" height="5"></td></tr>
<tr><td width="535"><%sql="select * from logo where sort=0 and nsort=0"
rs.open sql,conn,1,1
do while not rs.eof%><a href="<%=rs("url")%>"target="_blank"><img src="<%=rs("banner")%>" border="0"></a><%rs.movenext
loop
rs.close%></td><td align="center"><!--#include file="innews.asp"--></td></tr></table>
<table border="0" cellpadding="0" cellspacing="0" width="790" height="128">
<tr><td align="right" height="8" colspan="4"></td></tr>
<tr><td height="190" rowspan="3" valign="top" align="center"><map name="FPMap0">
<area href="tuijian.asp" shape="rect" coords="5, 170, 34, 181"></map><img border="0" src="img/tuijian.gif" width="38" height="190" usemap="#FPMap0"></td>
<td align="center" width="747">
<img border="0" src="img/s1.gif" width="747" height="31"></td></tr>
<tr>
<td align="center" background="img/s2.gif" width="747">
<table border="0" cellpadding="0" cellspacing="0" width="98%"><tr>
<td height="110" align="center" valign="top">
<table border="0" cellpadding="0" cellspacing="0"><tr>
<%rs.open "select top 6 * from hw where tjindex=1 order by hw_id DESC",conn,1,1%>
<%i=0
do while not rs.eof
i=i+1
if i>=4 then i=1%><td height="135" align="center" width="20%">
<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0">
<tr><td align="center" height="120"><a <%if rs7("photoh")=1 then%>class=photo<%end if%> target="_blank" href="product/pro<%=rs("hw_id")%>.htm">
<img border="0" src="<%pic=split(rs("hw_pic"),"*")%><%=pic(1)%>" onerror="this.src='img/noimage.jpg'" height="<%=rs7("heightt")%>"></a></td></tr>
<tr><td align="center" height="20"><a target="_blank" href="product/pro<%=rs("hw_id")%>.htm"><%=rs("hw_name")%></a></td></tr>
<tr><td height="20" align="center">¥<%=rs("hw_price2")%>元</td></tr></table>
</td><%if i=3 then%></tr><tr><%end if%>
<%rs.movenext
loop
rs.close%></tr></table>
</td><td height="110" width="20" align="center">
<b><font color="#FFFFFF" style="background-color: #9294F2">我<br>们<br>为<br>您<br>推<br>
荐<br>:</font></b></td>
<td height="110" valign="top" width="200">
<p style="line-height: 150%; margin-left:8px; margin-right:8px">
<%rs.open "select top 16 * from hw where tjindex=1 order by hw_id DESC",conn,1,1
do while not rs.eof%><a target="_blank" href="product/pro<%=rs("hw_id")%>.htm"><%=left(rs("hw_name"),30)%></a><br><%rs.movenext
loop
rs.close%></td></tr></table></td></tr>
<tr>
<td align="center" width="747"><img border="0" src="img/s3.gif" width="747" height="4"></td></tr><tr><td align="right" height="8" colspan="4"></td></tr></table>
<script language="javascript" src="inven.asp?ven_id=4"></script>
<table border="0" cellpadding="0" cellspacing="0" width="790" height="128">
<tr><td align="right" height="8" colspan="4"></td></tr>
<tr><td height="190" rowspan="3" valign="top"><map name="FPMap1">
<area href="tejia.asp" shape="rect" coords="5, 170, 34, 181"></map>
<img border="0" src="img/tejia.gif" width="38" height="190" usemap="#FPMap1"></td>
<td align="center" width="747">
<img border="0" src="img/s4.gif" width="747" height="31"></td></tr>
<tr>
<td align="center" background="img/s5.gif" width="747">
<table border="0" cellpadding="0" cellspacing="0" width="98%"><tr>
<td height="110" align="center" valign="top">
<table border="0" cellpadding="0" cellspacing="0"><tr>
<%rs.open "select top 6 * from hw where tejia=1 order by hw_id DESC",conn,1,1%>
<%i=0
do while not rs.eof
i=i+1
if i>=4 then i=1%><td height="135" align="center" width="20%">
<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0">
<tr><td align="center" height="120"><a <%if rs7("photoh")=1 then%>class=photo<%end if%> target="_blank" href="product/pro<%=rs("hw_id")%>.htm">
<img border="0" src="<%pic=split(rs("hw_pic"),"*")%><%=pic(1)%>" onerror="this.src='img/noimage.jpg'" height="<%=rs7("heightt")%>"></a></td></tr>
<tr><td align="center" height="20"><a target="_blank" href="product/pro<%=rs("hw_id")%>.htm"><%=rs("hw_name")%></a></td></tr>
<tr><td height="20" align="center"><font color="#FF0000">狂降<strike>¥<%=rs("hw_price1")-rs("hw_price2")%>元</strike></font></td></tr></table>
</td><%if i=3 then%></tr><tr><%end if%>
<%rs.movenext
loop
rs.close%></tr></table>
</td><td height="110" width="20" align="center">
<b><font color="#FFFFFF" style="background-color: #458DC5">本<br>期<br>特<br>价<br>商<br>品<br>:</font></b></td>
<td height="110" valign="top" width="200">
<p style="line-height: 150%; margin-left:8px; margin-right:8px">
<%rs.open "select top 16 * from hw where tejia=1 order by hw_id DESC",conn,1,1
do while not rs.eof%><a target="_blank" href="product/pro<%=rs("hw_id")%>.htm"><%=left(rs("hw_name"),30)%></a><br><%rs.movenext
loop
rs.close%></td></tr></table></td></tr>
<tr>
<td align="center" width="747">
<img border="0" src="img/s6.gif" width="747" height="4"></td></tr></table>
<!--#include file="inpay.asp"-->
</td></tr>
</table></center></div>
<!--#include file="copy.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -