2006/02/22 | asp滚动代码
类别(让工作更简单) | 评论(2) | 阅读(628) | 发表于 15:44
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>
0

评论Comments