双击页面滚动单击页面滚动停止的JAVAscript特效实现代码

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<html>
 
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>双击页面滚动单击页面滚动停止--志文工作室</title>
 
<script language"javascript">
var currentpos,timer;
function initialize()
{
timer=setInterval("scrollwindow()",10);
}
function sc(){
clearInterval(timer);
}
function scrollwindow()
{
currentpos=document.body.scrollTop;
window.scroll(0,++currentpos);
if (currentpos != document.body.scrollTop)
sc();
}
document.onmousedown=sc
document.ondblclick=initialize
</script>
 
</head>
 
<body>
 
<p align="center"><script type="text/javascript"><!--
google_ad_client = "pub-2830518914778771";
/* 468x60, 创建于 08-9-14 */
google_ad_slot = "6299149178";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
</script>
</p>
 
 
双击鼠标左键 滚动
 
单击 停止
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center"> 
 
<p align="center">
 
</body>
 
</html>
点赞 (0)

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

Captcha Code