Cкачать Java скрипты
(1-100)
01
02
03
04
05
06
07
08
09
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
бесплатные шаблоны javascript для html
Java скрипт - Генератор кода для "Горячих" клавиш
Содержимое этой таблицы
поместите между <BODY> и </BODY>
<form method="POST" name="key1">
<p><input type="text" name="key2" size="5" onFocus="travel=false" onBlur="travel=true"> <input
type="button" value="Сгенерировать" name="B1" onClick="generatecode()"></p>
</form>
<p align="left"><font face="Verdana">
<script language="JavaScript1.2">
var thecode=''
function step1(){
document.final1.final2.value='Генерирование кода.... Подождите.'
setTimeout("step2()",1000)
}
function step2(){
document.final1.final2.value='<script language="JavaScript1.2">\n\n'
document.final1.final2.value+='\/*\nHome Hot Key Script- \n© Dynamic Drive (www.dynamicdrive.com)\nFor full source code, installation instructions,\n100\'s more DHTML scripts, and Terms Of\nUse, visit dynamicdrive.com\n*\/\n\n'
document.final1.final2.value+='\\\\Горячая клавиша - буква \"'+document.key1.key2.value+'\"\n\nvar hotkey='+thecode+'\nvar destination="http://www.ваш_сайт.com"\nif (document.layers)\ndocument.captureEvents(Event.KEYPRESS)\nfunction backhome(e){\nif (document.layers){\nif (e.which==hotkey)\nwindow.location=destination\n}\nelse if (document.all){\nif (event.keyCode==hotkey)\nwindow.location=destination\n}\n}\ndocument.onkeypress=backhome\n\n<\/script>'
}
function generatecode(){
if (document.key1.key2.value.length==1){
if (document.layers)
thecode=document.key1.key2.value.charCodeAt(0)
step1()
}
else
alert("Нельзя вводит более одной буквы или не вводить ничего!")
}
function generatecode2(){
thecode=event.keyCode
event.cancelBubble=true
}
if (document.all)
document.key1.key2.onkeypress=generatecode2
</script>
<form method="POST" name="final1">
<script>
<!--
function highlight(x){
document.forms[x].elements[0].focus()
document.forms[x].elements[0].select()
}
//-->
</script><a href="javascript:highlight(1)" onMouseover="window.status='';return true">Выделить</a><br>
<center><textarea rows="8" name="final2" cols="45" wrap="virtual" style="width:98%"></textarea></center>
</form>
Cкачать Java скрипты
(101-200)
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
скачать шаблоны java script для html