呵呵,收获了一颗红星,散分庆祝一下~~~

zltostem 2004-09-06 09:20:01
冲星成功,^_^

最近大家发的提问贴中很多都是关于论坛导航的,我收集了几个,希望能帮上忙:
----------------------------------------

滚动链接导航

脚本说明:

把如下代码加入<body>区域中

<script>

var scrollerwidth=115

var scrollerheight=131

var scrollerbgcolor='#FFFFFF'

//3000 miliseconds=9 seconds

var pausebetweenimages=4000



var slideimages=new Array()

slideimages[0]='<a href="http://www.yahoo.com.cn" target="_blank">中文雅虎</a><br><br><a href="http://www.263.net" target="_blank">首都在线</a><br><br><a href="http://fsnet.yes8.com/" target="_blank">网络特区</a><br><br><a href="http://go.163.com/~xiaofengyun/" target="_blank">风 云 居</a>'

slideimages[1]='<a href="" target="_blank">你的链接</a><br><br><a href="" target="_blank">你的链接</a><br><br><a href="" target="_blank">你的链接</a><br><br><a href="" target="_blank">你的链接</a>'

slideimages[2]='<a href="http://www.yahoo.com.cn" target="_blank">中文雅虎</a><br><br><a href="http://www.263.net" target="_blank">首都在线</a><br><br><a href="http://fsnet.yes8.com/" target="_blank">网络特区</a><br><br><a href="" target="_blank">你的链接</a>'

slideimages[3]='<a href="" target="_blank">你的链接</a><br><br><a href="" target="_blank">你的链接</a><br><br><a href="" target="_blank">你的链接</a><br><br><a href="" target="_blank">你的链接</a>'





if (slideimages.length>1)

i=2

else

i=0



function move1(whichlayer){

tlayer=eval(whichlayer)

if (tlayer.top>0&&tlayer.top<=4){

tlayer.top=0

setTimeout("move1(tlayer)",pausebetweenimages)

setTimeout("move2(document.main.document.second)",pausebetweenimages)

return

}

if (tlayer.top>=tlayer.document.height*-1){

tlayer.top-=4

setTimeout("move1(tlayer)",100)

}

else{

tlayer.top=scrollerheight

tlayer.document.write(slideimages[i])

tlayer.document.close()

if (i==slideimages.length-1)

i=0

else

i++

}

}



function move2(whichlayer){

tlayer2=eval(whichlayer)

if (tlayer2.top>0&&tlayer2.top<=4){

tlayer2.top=0

setTimeout("move2(tlayer2)",pausebetweenimages)

setTimeout("move1(document.main.document.first)",pausebetweenimages)

return

}

if (tlayer2.top>=tlayer2.document.height*-1){

tlayer2.top-=4

setTimeout("move2(tlayer2)",100)

}

else{

tlayer2.top=scrollerheight

tlayer2.document.write(slideimages[i])

tlayer2.document.close()

if (i==slideimages.length-1)

i=0

else

i++

}

}



function move3(whichdiv){

tdiv=eval(whichdiv)

if (tdiv.style.pixelTop>0&&tdiv.style.pixelTop<=4){

tdiv.style.pixelTop=0

setTimeout("move3(tdiv)",pausebetweenimages)

setTimeout("move4(second2)",pausebetweenimages)

return

}

if (tdiv.style.pixelTop>=tdiv.offsetHeight*-1){

tdiv.style.pixelTop-=4

setTimeout("move3(tdiv)",100)

}

else{

tdiv.style.pixelTop=scrollerheight

tdiv.innerHTML=slideimages[i]

if (i==slideimages.length-1)

i=0

else

i++

}

}



function move4(whichdiv){

tdiv2=eval(whichdiv)

if (tdiv2.style.pixelTop>0&&tdiv2.style.pixelTop<=4){

tdiv2.style.pixelTop=0

setTimeout("move4(tdiv2)",pausebetweenimages)

setTimeout("move3(first2)",pausebetweenimages)

return

}

if (tdiv2.style.pixelTop>=tdiv2.offsetHeight*-1){

tdiv2.style.pixelTop-=4

setTimeout("move4(second2)",100)

}

else{

tdiv2.style.pixelTop=scrollerheight

tdiv2.innerHTML=slideimages[i]

if (i==slideimages.length-1)

i=0

else

i++

}

}



function startscroll(){

if (document.all){

move3(first2)

second2.style.top=scrollerheight

}

else if (document.layers){

move1(document.main.document.first)

document.main.document.second.top=scrollerheight+5

document.main.document.second.visibility='show'

}

}



window.onload=startscroll



if (document.layers)

document.write(slideimages[0])



if (document.layers)

document.write(slideimages[1])



if (document.layers)

document.write(slideimages[0])



if (document.all){

document.writeln('<span id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hiden;background-color:'+scrollerbgcolor+'">')

document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0;top:0">')

document.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:0;top:1;">')

document.write(slideimages[0])

document.writeln('</div>')

document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0;top:0">')

document.write(slideimages[1])

document.writeln('</div>')

document.writeln('</div>')

document.writeln('</span>')

}

</script>
...全文
695 149 打赏 收藏 转发到动态 举报
写回复
用AI写文章
149 条回复
切换为时间正序
请发表友善的回复…
发表回复
actinia 2004-09-07
  • 打赏
  • 举报
回复
恭喜~MARK一下
华之瓯越 2004-09-07
  • 打赏
  • 举报
回复
现在牛人厉害啊
nswhy 2004-09-07
  • 打赏
  • 举报
回复
gongxi
fenlin 2004-09-07
  • 打赏
  • 举报
回复
恭喜恭喜
hj3792 2004-09-07
  • 打赏
  • 举报
回复
接分
华之瓯越 2004-09-07
  • 打赏
  • 举报
回复
呵呵,恭喜,接分!
  • 打赏
  • 举报
回复
照单全收了。。~~~3Q。。
tangxufeng 2004-09-07
  • 打赏
  • 举报
回复
我前一阵上得多,心里总是想着冲级,可是最近上得少了,看着大家一个一个升级了,从心里为你们感到高兴!
sky_cp 2004-09-07
  • 打赏
  • 举报
回复
恭喜,接分
cxty 2004-09-07
  • 打赏
  • 举报
回复
^___^
niyeye_1 2004-09-07
  • 打赏
  • 举报
回复
^_^
flash0008 2004-09-07
  • 打赏
  • 举报
回复
祝贺楼主,我不知道要等到何时啊。
realoa 2004-09-07
  • 打赏
  • 举报
回复
恭喜
二十八画杰 2004-09-07
  • 打赏
  • 举报
回复
恭喜 恭喜 再恭喜!
yangtaoran 2004-09-07
  • 打赏
  • 举报
回复
好呀
yellowstrong 2004-09-07
  • 打赏
  • 举报
回复
恭喜不需要太多,一个就够了:恭喜
hxf3591126 2004-09-07
  • 打赏
  • 举报
回复
恭喜!!我啥时候才能升啊?
bluemoon0001 2004-09-07
  • 打赏
  • 举报
回复
不错,接分,恭喜楼主...
danis_cn 2004-09-07
  • 打赏
  • 举报
回复
恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜
恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜
恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜
恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜恭喜
cyl180555 2004-09-07
  • 打赏
  • 举报
回复
接分了 吼吼
加载更多回复(128)

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧