[CODE]<marquee direction="right" behavior="scroll" scrollamount="2" scrolldelay="1" >
<%set rs3=server.CreateObject("adodb.recordset")
rs3.open"select * from schoolphoto",conn,1,3
do while not rs3.eof
response.Write"<a title="&rs3("biaoti").value&" href="&rs3("url").value&" rel='lightbox[plants]'><img style='FILTER: alpha(opacity=50)'onmouseover=nereidFade(this,100,10,5); onmouseout=nereidFade(this,50,10,5); alt="&rs3("biaoti").value&" src="&rs3("url").value&" width='97' height='95' border='0'></a>"
rs3.movenext
loop
rs3.close
set rs3=nothing
%></marquee>[/CODE]
这个是从数据库中读取的!然后显示~~~如果不是从数据库中,那么就是:
[CODE]<marquee direction="right" behavior="scroll" scrollamount="2" scrolldelay="1" >
在这里插如图片就行了~~~
</marquee>[/CODE]