摘要:
//双击鼠标滚动屏幕的代码var currentpos,timer;function initialize(){timer=setInterval ("scrollwindow ()",30);}function sc(){clearInterval(timer);}function scrollwindow(){currentpos=document.body.scrollTop;window.scroll(0,++currentpos);if (currentpos !=document.body.scrollTop)sc();}document.onmousedown 阅读全文
posted @ 2013-05-23 17:05
wy007
阅读(403)
评论(0)
推荐(0)
浙公网安备 33010602011771号