📄 newadd.asp
字号:
<table width=770 border="0" align="center" cellpadding="5" cellspacing="0" bgColor=#f1f1f1 class="table-xia">
<TR><TD bgColor=#ffffff colspan=5 height=1></TD><TR>
<tr>
<td width="100" height="16" align="center"><font color="#009999">中国拍卖联盟</font></td>
<td width="10" height="16" align="center"><img src="images/announce.gif" width="20" height="16" border="0"></td>
<td width="740" align="center">
<marquee direction="left" onmouseover=this.scrollAmount=0 onmouseout=this.scrollAmount=1 scrollAmount=1 scrollDelay=50>
<font color="#009999">联盟新成员-
<%
Set rs_s = Server.CreateObject("ADODB.Recordset")
rs_s.open "SELECT top 10 * From szshi order by id desc",conn,1,1
while not rs_s.eof
response.write "[<a href="&rs_s("shiurl")&">"&rs_s("shiname")&"</a>] "
rs_s.movenext
wend
rs_s.close
set rs_s=nothing
%>
...<a href="addmeng.asp">申请加盟</a> </font>
</marquee></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -