-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNavigation2.htm
More file actions
executable file
·339 lines (308 loc) · 10.6 KB
/
Navigation2.htm
File metadata and controls
executable file
·339 lines (308 loc) · 10.6 KB
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
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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Navigate</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<base target="main">
<meta name="Microsoft Theme" content="none">
<meta name="Microsoft Border" content="none">
<script language="JavaScript" src="changeAD.js">
</script>
<script language="JavaScript">
<!--
// HiTOC - A HIERARCHICAL TABLE OF CONTENTS GENERATOR
// Version 3.0
//
// Copyright 1997-2000 Alexei Kourbatov
//
// You can reuse this script provided that you do not remove
// the copyright notices and do not change the script in any
// ways except as described in the HiTOC Guide.
//
// For help visit http://www.javascripter.net/hitoc-guide/
// Please send bug reports to the author: alexei@kourbatov.com
// CUSTOMIZATIONS
iconPath="../hi-icons/"
iconSize="width=17 height=15"
iconStyle=2
bgrImage="bkground.gif"
bgrColor="#000088"
txtColor="#FFFFFF"
lnkColor="#FFFFFF"
hghColor="#FF9900"
fontName="Arial,Helvetica,Geneva"
fontSize=10
fontItalic="no"
fontBold="no"
hideSubtopics="collapse"
showSubtopics="expand"
showPage="go to this page"
plusMinus="no"
restoreSettings=0
restoreTree=0
hlight=0
hlightAlinks=1
underlineLinks=1
underlineAlinks=1
doCollapse=0
TOCFrame="self.left"
pageFrame="self.right"
defaultTarget="right"
topLevel=1
// END OF CUSTOMIZATIONS
//-->
</script>
<script
language="JavaScript" src="hitoc.js">
</script>
<script language="JavaScript">
<!--
/*
title(''
+'<table border=0 cellpadding=0 cellspacing=0><tr><td> </td><td>'
+'<FORM method="get" target=_blank action="http://click.linksynergy.com/fs-bin/statform">'
+'<center>'
+'<input type=hidden name=id value=nXsoSs6Cyso>'
+'<input type=hidden name=offerid value=8585>'
+'<input type=hidden name=bnid value=1>'
+'<input type=hidden name="subid" value="">'
+'<font face="Courier New,Courier"><INPUT TYPE=TEXT SIZE="19" NAME="query" VALUE=""></font>'
+'<br><input type=hidden name="banner" value="002b">'
+'<INPUT type=image '
+'src="http://www.4anything.com/graphic/affiliates/4a_guess.gif" '
+'value="Search" border=0 align=absmiddle>'
+'</center></form>'
+'</td></tr></table>'
)
*/
// HIERARCHY DEFINITION
addPath=""
title(''
+'<table border=0 cellpadding=0 cellspacing=0><tr><td> </td><td>'
+'<FORM method="get" target=_blank action="http://click.linksynergy.com/fs-bin/statform">'
+'<center>'
+'<input type=hidden name=id value=nXsoSs6Cyso>'
+'<input type=hidden name=offerid value=8585>'
+'<input type=hidden name=bnid value=1>'
+'<input type=hidden name="subid" value="">'
+'<font face="Courier New,Courier"><INPUT TYPE=TEXT SIZE="19" NAME="query" VALUE=""></font>'
+'<br><input type=hidden name="banner" value="002b">'
+'<INPUT type=image '
+'src="http://www.4anything.com/graphic/affiliates/4a_guess.gif" '
+'value="Search" border=0 align=absmiddle>'
+'</center></form>'
+'</td></tr></table>'
)
item("JavaScript FAQ","startpag.htm#top")
Group(nowOpen)
item("General Questions","generalq.htm#top")
Group(nowClosed)
item("About this FAQ","aboutthi.htm#top")
item("What is JavaScript","whatisja.htm#top")
item("JavaScript Features","javascri.htm#top")
item("JavaScript Limitations","javascr2.htm#top")
item("JavaScript Versions","javascr3.htm#top")
item("JavaScript Documentation","javascr4.htm#top")
item("Printing JavaScript Output","printing.htm#top")
item("Comments in JavaScript","comments.htm#top")
item("Hiding JS code from old browsers","hidingjs.htm#top")
item("Is JavaScript enabled?","isjavasc.htm#top")
endGroup()
item("Navigation","navigati.htm#top")
Group(nowClosed)
item("Links in a Select Menu","linksina.htm#top")
item("Button Links","buttonli.htm#top")
item("Back Button","backbutt.htm#top")
item("Forward Button","forwardb.htm#top")
item("Query Strings","querystr.htm#top")
item("Passing parameters to a page","passingp.htm#top")
endGroup()
item("Numbers","numbers.htm#top")
Group(nowClosed)
item("Constants","constant.htm#top")
item("Math Constants","mathcons.htm#top")
item("Octals and Hexadecimals","octalsan.htm#top")
item("Converting to Another Base","convert3.htm#top")
item("Arithmetic Operations","arithmet.htm#top")
item("Number vs. String","numbervs.htm#top")
item("Math Functions","mathfunc.htm#top")
item("Random Numbers","randomnu.htm#top")
item("Accuracy","accuracy.htm#top")
item("Rounding","rounding.htm#top")
endGroup()
item("Strings","strings.htm#top")
Group(nowClosed)
item("Quotes in Strings","quotesin.htm#top")
item("Converting Numbers to Strings","converti.htm#top")
item("Converting Strings to Numbers","convert2.htm#top")
item("Substrings","substrin.htm#top")
item("escape","escape.htm#top")
item("unescape","unescape.htm#top")
endGroup()
item("Dialogs","dialogs.htm#top")
Group(nowClosed)
item("Alert","alert.htm#top")
item("Confirm","confirm.htm#top")
item("Prompt","prompt.htm#top")
item("Canceled prompt","canceled.htm#top")
endGroup()
item("Windows","windows.htm#top")
Group(nowClosed)
item("Opening a window","openinga.htm#top")
item("Closing a window","closinga.htm#top")
item("Resizing a window","resizing.htm#top")
item("Maximizing a window","maximizi.htm#top")
item("Writing to a window","writingt.htm#top")
item("Is my window still open?","ismywind.htm#top")
item("Window title","windowti.htm#top")
endGroup()
item("Frames","frames.htm#top")
Group(nowClosed)
item("Is my page framed?","ismypage.htm#top")
item("Breaking out of a frameset","breaking.htm#top")
item("Updating two frames at a time","updating.htm#top")
endGroup()
item("Forms","forms.htm#top")
Group(nowClosed)
item("Validating a Form","validati.htm#top")
item("Combining Input Fields","combinin.htm#top")
item("Enter key: will it submit my form?","willthee.htm#top")
item("Disabling a radio button","disablin.htm#top")
endGroup()
item("Images","images.htm#top")
Group(nowClosed)
item("OnMouseOver Effects","onmouseo.htm#top")
item("OnMouseDown Effects","onmoused.htm#top")
item("Buttons with Images","buttonsw.htm#top")
endGroup()
item("Mouse Events","mouseeve.htm#top")
Group(nowClosed)
item("Mouse Event Properties","mouseev2.htm#top")
item("Left vs. Right Button","leftvsri.htm#top")
item("Right Button: Disabling","rightbut.htm#top")
endGroup()
item("Colors","colors.htm#top")
Group(nowClosed)
item("Background Color","backgrou.htm#top")
item("Foreground Colors","foregrou.htm#top")
item("Hex-to-RGB Conversion","hextorgb.htm#top")
item("RGB-to-Hex Conversion","rgbtohex.htm#top")
item("Color Names","colornam.htm#top")
endGroup()
item("File Access","fileacce.htm#top")
Group(nowClosed)
item("Reading a File","reading2.htm#top")
item("Writing a File","writinga.htm#top")
endGroup()
item("Dates and Time","datesand.htm#top")
Group(nowClosed)
item("Clock Example","clockexa.htm#top")
item("Calendar Example","calendar.htm#top")
item("Year 2000 Problem","year2000.htm#top")
endGroup()
item("Cookies","cookies.htm#top")
Group(nowClosed)
item("Setting a Cookie","settinga.htm#top")
item("Reading a Cookie","readinga.htm#top")
item("Deleting a Cookie","deleting.htm#top")
item("Are cookies enabled?","arecooki.htm#top")
item("Cookie Files Location","cookiefi.htm#top")
endGroup()
item("Client Information","clientin.htm#top")
Group(nowClosed)
item("Browser Name","browsern.htm#top")
item("Browser Version","browserv.htm#top")
item("Operating System","operatin.htm#top")
item("Screen Size","screensi.htm#top")
item("Browser Window Size","browserw.htm#top")
endGroup()
item("Bookmarklets","bookmark.htm#top")
Group(nowClosed)
item("What's a Bookmarklet? ","whatsabo.htm#top")
item("Bookmarklets: Browser Support","bookmar2.htm#top")
item("Bookmarklets: Maximum Length","bookmar3.htm#top")
item("Calculator Bookmarklet","calculat.htm#top")
item("Clock Bookmarklet","clockboo.htm#top")
item("JavaScript Interpreter Bookmarklet","javascr5.htm#top")
endGroup()
item("Index","indexpg.htm")
item("Customize This Menu!","wizardcu.htm")
endGroup()
item("JavaScripter.net Home","http://www.javascripter.net/")
// END OF HIERARCHY DEFINITION
makeTree()
//-->
</script>
<script
language="JavaScript1.2">
<!--
onresize=function(){if(ns4)setTimeout("renewTOC()",300);}
//-->
</script>
</head>
<frameset border="3" onLoad="init()" onUnload="if(!ns4)saveTree()" cols="200,*"
frameborder="0">
<frame SRC="starttoc.htm" NAME="left" marginheight="0" marginwidth="3">
<frameset border="0" frameborder="0" framespacing="0" rows="87,*,19">
<frame SRC="blank.htm" NAME="ad" scrolling="no" marginheight="1" marginwidth="5">
<frame SRC="startpag.htm#top" NAME="right">
<frame SRC="startnav.htm" NAME="nav" scrolling="no" marginheight="1" marginwidth="5">
</frameset>
<noframes>
<body bgcolor="white" text="#666666">
<h3 align="center">Please use a frames-capable browser!</h3>
<script LANGUAGE="JavaScript">
song = new Array(15);
title = new Array(15);
song[0] ='agentman.mid'
song[1] ='i_shot_the_sheriff.mid'
song[2] ='inferno.mid'
song[3] ='johnny_b_goode.mid'
song[4] ='kngtridr.mid'
song[5] ='mission1.mid'
song[6] ='P_gun_2.mid'
song[7] ='r-iwannabesedated.mid'
song[8] ='whip_it_better.mid'
song[9] = 'starwars.mid'
song[10] = 'tzone.mid'
song[11] = 'wipeout.mid'
song[12] = 'workinginthecoalmine.mid'
song[13] = 'xfiles.mid'
song[14] = 'ymca.mid'
song[15] = 'WhatIsLove.mid'
title[0] = 'Secret Agent Man'
title[1] = 'I Shot the Sheriff'
title[2] = 'Disco Inferno'
title[3] = 'Johnny B. Goode'
title[4] = 'Knight Rider'
title[5] = 'Mission Impossible'
title[6] = "Peter Gun Theme"
title[7] = 'I Wanna Be Sedated'
title[8] = 'Whip It!'
title[9] = 'Star Wars'
title[10] = 'T Zone'
title[11] = 'Wipe Out!'
title[12] = 'Working in the Coal Mine'
title[13] = 'X Files'
title[14] = 'YMCA'
title[15] = 'What Is Love?'
index = Math.floor(Math.random() * song.length);document.write("<DL>\n");
document.write("<EMBED SRC="+song[index]+" width=70 height=45 autostart=true loop=true BGCOLOR='#000000'");
document.write(' TEXT="#FFFFFF">');
document.write("<BR>");
document.write("Random Midi:\n");
document.write("<font size=4 color=red>");
document.write(title[index]);
document.write("</font>")
document.write("</DL>\n");
</script>
<p><a href="javascript:location.reload()"
target="_self">Change Midi</a></p>
</body>
</noframes>
</frameset>
<frameset>
<noframes>
</noframes>
</frameset>
</html>