📄 bus.asp
字号:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
margin-top: 0px;
margin-bottom: 0px;
}
-->
</style><tr>
<td height="20" colspan="2">
<table width="440" height="31" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="../images/7.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_CarMessage order by IssueDate desc"
rs.open sql,conn
i=0
while not rs.eof
i=i+1
%>
<tr>
<td width="41" height="24" align="center"> <img src="../images/yellowdot.gif" width="11" height="13" /></td>
<td width="399" align="left">
<a href="#" onclick="window.open('Cars/show.asp?id=<%=rs("ID")%>','','width=580,height=400,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes')"><%=rs("TradeMark")%> <%=rs("Brand")%> <%=rs("Style")%> 载重<%=rs("CarLoad")%>吨 <%=rs("TranSportStyle")%>
</a>
</tr>
<%
rs.movenext()
wend
set rs=nothing
conn.close
set conn=nothing
%>
</table>
</td>
</tr>
<tr>
<td height="20" colspan="2">
<table width="440" height="18" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<div align="right">
<a href="index.asp?action=car"><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 + -