📄 default_zxgq.asp
字号:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<TBODY>
<TR>
<TD width="69%" class=M1>
<HR SIZE=1>
</TD>
</TR>
</TBODY>
</TABLE>
<MARQUEE onmouseover=this.stop() onmouseout=this.start()
scrollAmount=3 scrollDelay=180 direction=up width=170 height=244
align="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class=prmbg>
<tr>
<TD class="lh15 middleleftpad smalltoppad">
<%sql="select top 50 info_id,type,showname from info where type='卖' and flag=1 order by info_id desc"
set rs=conn.execute(sql)
if rs.eof then
response.write"暂无供求信息"
else
do while not rs.eof
response.write" <tr><TD width='10' height='25'> </TD><TD colspan='2' valign='middle'>·<a href='../tradeinfo/info.asp?info_id="&rs("info_id")&"' target='_blank'>"&left(rs("showname"),20)&"</a></td></tr>"
rs.movenext
loop
end if%>
</td>
</tr>
</TBODY>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -