中文(简体)
<!-- 把下面代码加到<body>区域中--> <script language="JavaScript1.2"> var delay=3000 //设置消息更改之间的延迟(以毫秒为单位) var fcontent=new Array() begintag ='<font face="Arial" size=2>' //设置开始标记,例如字体声明 fcontent[0]="<b>What's new?</b><br>添加新脚本Scroller 类别!<br><br>MoreZone 已更新" fcontent[1]="Dynamic Drive 已在 Jars 上列为排名前 5% 的资源,并在 About.com 上列为推荐的 DHTML 目的地" fcontent[2] “好吧,这些毫无意义的消息已经够了。你明白这个脚本背后的想法了。” closetag='</font>' var fwidth=150 //设置滚动条宽度 var fheight=150 //设置滚动条高度 ///此行以下无需编辑//////////////// /// var ie4=document.all&&!document.getElementById var ns4=document.layers var DOM2=document.getElementById var faderdelay=0 var index=0 if (DOM2) faderdelay=2000 //更改内容的函数 function changecontent() { if (index>=fcontent.length) index=0 if (DOM2){ document.getElementById("fscroller").style.color="rgb(255,255,255)" document.getElementById("fscroller").innerHTML=begintag+ fcontent[index]+closetag colorfade() } else if (ie4) document.all.fscroller.innerHTML=begintag+fcontent[index]+closetag else if (ns4){ document.fscrollerns.document.fscrollerns_sub.document.write(begintag +fcontent[index]+closetag) document.fscrollerns.document.fscrollerns_sub.document.close() } index++ setTimeout("changecontent()",delay+faderdelay) } // colorfade() 部分由 Netscape Communications 的 Marcio Galli 完成。 //////////// 帧=20; hex=255 // 初始颜色值。 function colorfade() { // 20 帧淡入淡出过程 if(frame>0) { hex-=12; // 增加颜色值 document.getElementById("fscroller").style.color="rgb("+hex+","+hex+","+hex+")"; // 设置颜色值。框架 - ; setTimeout("colorfade()",20); } else{ document.getElementById("fscroller").style.color="rgb(0,0,0)";帧=20; hex=255 } } if (ie4||DOM2) document.write('<div id="fscroller" style="border:1pxsolid black;width:'+fwidth+';height:'+fheight+';padding:2px "></div>') window.onload=changecontent </script> <ilayer id="fscrollerns" width=&{ fwidth}; height=&{ fheight};><layer id="fscrollerns_sub" width=&{ fwidth};高度=&{f高度};左=0 顶部=0></层></i层>