星之海洋2
(星之海洋2)
高级会员

版主
UID 17773
精华
0
积分 904
帖子 902
金钱 904 喜悦币
威望 0
人脉 0
阅读权限 50
注册 2002-11-16 来自 hy.zj.China
状态 离线
|
[推荐阅读] help me
<script language="javascript">
var speed=3;
</script>
<img src="up.gif" onmousedown="speed=10" onmouseup="speed=3" onmouseover="ifrscroll=setInterval('ifr.scrollBy(0,-speed)',1)" onmouseout="clearInterval(ifrscroll)">
<img src="down.gif" onmousedown="speed=10" onmouseup="speed=3" onmouseover="ifrscroll=setInterval('ifr.scrollBy(0,speed)',1)" onmouseout="clearInterval(ifrscroll)">
<iframe src="xxx.htm" id="ifr" scrolling="no">
|
|