<script language="javascript">
<!-- Begin
function scrollit() {
for (I=1; I<=750; I++){
parent.scroll(1,I)
}
}
function scrollit1() {
for (I=750; I>1; I=I-1){
parent.scroll(1,I)
}
}
// End -->
</script>
<input type=button value="向下滚屏" onClick="scrollit()" name="button">
<input type=button value="向上滚屏" onClick="scrollit1()" name="button2">
此文章不能满足您的需求?那就就Google一下吧:)
自动滚屏的上下实现责任编辑:admin
|
最新文章更多
推荐文章更多
热点文章更多 |

