asp滚动新闻代码
作者:shnxn 网站:凡人网络
<SCRIPT language=javascript>
<!--
function marquee1()
{
document.write("<marquee behavior=scroll direction=up width=140 height=130 scrollamount=1 scrolldelay=60 onmouseover='this.stop()' onmouseout='this.start()'>")
}
function marquee2()
{
document.write("</marquee>")
}
// -->
</SCRIPT>
<SCRIPT language=javascript>marquee1();</SCRIPT>
这里是滚动内容,可以直接写入asp代码
<SCRIPT language=javascript>marquee2();</SCRIPT>
作者:shnxn 网站:凡人网络
<SCRIPT language=javascript>
<!--
function marquee1()
{
document.write("<marquee behavior=scroll direction=up width=140 height=130 scrollamount=1 scrolldelay=60 onmouseover='this.stop()' onmouseout='this.start()'>")
}
function marquee2()
{
document.write("</marquee>")
}
// -->
</SCRIPT>
<SCRIPT language=javascript>marquee1();</SCRIPT>
这里是滚动内容,可以直接写入asp代码
<SCRIPT language=javascript>marquee2();</SCRIPT>
回复Comments
作者:
{commentrecontent}