📄 goods.asp
字号:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
margin-top: 0px;
margin-bottom: 0px;
}
-->
</style><tr valign="top">
<td height="20" colspan="2">
<table width="440" height="31" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="../images/6.gif"></td>
</tr>
</table>
</td>
</tr>
<tr valign="top">
<td colspan="2">
<table width="440" border="0" cellpadding="0" cellspacing="0">
<!-- #include file="../Conn/conn.asp" -->
<%
sql="select top 5* from tb_GoodsMeg order by IssueDate desc"
rs.open sql,conn
i=0
while not rs.eof
i=i+1
%>
<tr>
<td width="33" height="24" align="center"><div align="right"><img src="../images/yellowdot.gif" width="11" height="13" /></div></td>
<td width="407" align="left"><a href="#" onclick="window.open('Goods/particular.asp?id=<%=rs("ID")%>','','width=540,height=450,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes')"> <%=rs("GoodsStyle")%>--<%=rs("GoodsName")%>
<%=rs("StartOmit")%><%=rs("StartCity")%>----<%=rs("EndOmit")%><%=rs("EndCity")%>
<%=rs("Style")%> </a>
</td>
</tr>
<%
rs.movenext()
wend
set rs=nothing
conn.close
set conn=nothing
%>
</table>
</td>
</tr>
<tr valign="top">
<td height="18" colspan="2">
<table width="440" height="18" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<div align="right">
<a href="index.asp?action=huowu"><img src="../images/MORE1.gif" width="50" height="20" border="0" /> </a> </div>
</td>
</tr>
</table>
</td>
</tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -