经典论坛 » 前台制作与脚本专栏 » [收藏] JavaScript 经典效果集-第二期策划中
花火博客
中级会员
<input type=button value=后退 onclick=history.go(-1)> <input type=button value=刷新 onclick=history.go(-0)> <input type=button value=前进 onclick=history.go(+1)>
<script>function l() { window.open("yourURL","name","width=500,height=150,border=0") } setTimeout("l()",4000) </script>
查看个人网站
查看详细资料
TOP
155120
高级会员
听说秋欲来
银牌会员
酒酣几度
版主
专长 网页设计,前端制作,策划
禁止发言
经常看到msn等的网站上面有这种切换效果,偶然的机会在163页看见了,就研究源代码得到了这个特效的源码!