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

📄 right.asp

📁 以前企业建网站
💻 ASP
字号:
<body topmargin="0">


		<table width="146" border="0" cellspacing="0" cellpadding="0" id="table3" bgcolor="#FFFFFF" >
			<tr>
				<td class="box1" align="center" height="25" background="images/an-bg04.gif" >
				<font color="#FFFF00">※ 商品查询 ※</font></td>
			</tr>
			<tr>
				<form method="POST" action="search.asp">
					<td bgcolor="#FFFFFF" height="53">
					<div align="center">
						<br>
						<input type="text" name="keyword" size="16" class="ipt"><br>
 </div>
					<div align="center">
					<input type="image" border="0" name="I1" src="images/search.jpg" width="81" height="20"></div></td>
				</form>
			</tr>
			
			<tr>
				<td  align="center" height="25" background="images/an-bg04.gif">
				<font color="#FFFF00">※ 订单查询 ※</font></td>
			</tr>
			<tr>
				<form method="POST" action="query.asp">
					<td bgcolor="#FFFFFF">
					<div align="center">
						<br>
						<input type="text" name="sub_number" size="16" class="ipt"><br>
						<br>
						<input type="image" border="0" name="b12" src="images/search.jpg" width="81" height="20"></div></td>
				</form>
			</tr>
		</table>
<table border="0" width="146" cellspacing="0" cellpadding="0" id="table2" height="130" bgcolor="#FFFFFF">
	<tr>
		<td height="25" background="images/an-bg04.gif">
		<p align="center"><font color="#FFFFFF">※ 热门商品 ※</font></td>
	</tr>
	<tr>
		<td style="padding-top: 4px; padding-bottom: 4px">
		<table width="145" border="0" cellspacing="1" cellpadding="5" style="border-right-color: #E8F4FF; border-bottom-color: #E8F4FF" height="61" >
<tr>
<td  >

<%                
sql="select top 10 * from hw where hw_rm=true order by hw_id DESC"                
rs.open sql,conn,3,3                
if rs.eof then                
%>
本站目前没有成交任何商品
<%end if %><table border="0" width="100%" cellspacing="0" cellpadding="0" id="table4">
	
<%
i=0
do while not rs.eof and i<=10%>
<tr>
		<td height="20"><img border="0" src="images/news.gif" width="10" height="9">&nbsp;<a href="watch.asp?hw_id=<%=rs("hw_id")%>"><%=rs("hw_name")%></a>   </td>
	</tr>
 <%
i=i+1
rs.movenext
loop
rs.close%></table></td>
</tr>
</table>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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