主题:  请帮我看一下这段滚动代码错在哪

ssss

职务:普通成员
等级:1
金币:0.0
发贴:137
注册:2001/5/16 0:50:58
#12001/7/3 21:05:33
<script language=javascript>
<!--
var index = 3
link = new Array(3);
text = new Array(3);

link[0] ='http://www.cpcw.com/'
link[1] ='http://www.dscj.org/'
link[2] ...

......
text[0] ='电脑报'
text[1] ='点石成金'
text[2] ...
......
document.write ("<marquee scrollamount='1' scrolldelay='50' direction= 'up' width='80' height='40'
onmouseover='this.stop()' onmouseout='this.start()'>");

for (i=0;i<index;i++){
document.write (" <a href="+link[i]+" target='_blank'>");
document.write (text[i] + "</A><br>");
}
document.write ("</marquee>")
// -->
</script>



小笨蛋

职务:普通成员
等级:2
金币:1.0
发贴:506
注册:2001/4/7 17:33:00
#22001/7/3 21:44:20
你想从下向上滚吗??
是的话用就可以


劲速提升LV中…………

ssss

职务:普通成员
等级:1
金币:0.0
发贴:137
注册:2001/5/16 0:50:58
#32001/7/3 22:23:05
带连接.谢谢,能提供代码就非常感谢