<tr>
<td height="83">
<table>
<marquee name=marquee2 id=marquee2 behavior=scroll direction=up onmouseout=start(); onmouseover=stop(); scrollamount=0 scrolldelay=0>
<table width="500" border="0" cellspacing="0" cellpadding="0">
<% dim ladors
SET lAdoRs=SERVER.CreateObject("ADODB.RECORDSET")
sql="select top 5 * from T_news"
ladors.open sql,oconn,1,1
do while not ladors.eof
%>
<tr><td width="500" height="20"><%=ladors(2) %></td></tr>
<% ladors.movenext
loop
%>
</table>
</marquee>
</table>
<input type="button" id="btn1" name="Submit" value="停" onclick="javascript:movenow();">
</td>
</tr>
<MARQUEE SCROLLAMOUNT=1 DIRECTION="up" LOOP= "-1" onmouseover=this.stop() onmouseout=this.start()>
scrolldelay="大于0的整数.试试.