-
Notifications
You must be signed in to change notification settings - Fork 1
/
voltagelinks.html
186 lines (138 loc) · 4.88 KB
/
voltagelinks.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Voltage Links</title>
<LINK REL=StyleSheet HREF="styles.css" TYPE="text/css" MEDIA=screen>
<script src="scroll.js"></script>
<script type="text/javascript">
function microsoftkeypress(){
// alert("key pressed:" + event.keyCode);
unitedbrowserkeypress(event.keyCode);
}
function nutscrapekeypress(e)
{
// alert("key pressed:" + e.which);
unitedbrowserkeypress(e.which);
}
//deal with netscape b.l.u.
if(navigator.appName == "Netscape"){
document.captureEvents(Event.KEYPRESS);
document.onkeypress = nutscrapekeypress;
}
else document.onkeypress = microsoftkeypress;
function unitedbrowserkeypress(keyPressed){
//document.write(keyPressed);
if((keyPressed == 102) || (keyPressed == 70)){ //Forward || f
ScrollOnce(25);
}
else if((keyPressed == 98) || (keyPressed == 66)){ //Backward || b
ScrollOnce(-25);
}else if((keyPressed == 97) || (keyPressed == 65)){ //A - rainbow random
window.open("http://www.ciat-lonbarde.net/");
}else if((keyPressed == 99) || (keyPressed == 67)){ //camp gay
//window.open("");
}else if((keyPressed == 100) || (keyPressed == 68)){ //debian
window.open("http://debian.org");
}else if((keyPressed == 101) || (keyPressed == 69)){ //E - freelance
//window.open("http://");
}else if((keyPressed == 103) || (keyPressed == 71)){ //graphix papperrad
window.open("http://www.paperrad.org/");
}else if((keyPressed == 104) || (keyPressed == 72)){ //home
document.location = ("index.html");
}
else if((keyPressed == 105) || (keyPressed == 73)) {//Ic- - beIge
window.open("http://www.beigerecords.com");
}
else if ((keyPressed == 108) || (keyPressed == 76)){ //L - pic list
window.open("http://www.piclist.com");
}
else if ((keyPressed == 109) || (keyPressed == 77)){ //M - myspace
window.open("http://www.myspace.com/moetclique");
}
else if((keyPressed == 112) || (keyPressed == 80)){ //parts and labor
window.open("http://www.partsandlabor.net/");
}else if((keyPressed == 114) || (keyPressed == 82)){ //records aflame
window.open("http://www.flameshovel.com/");
}else if((keyPressed == 116) || (keyPressed == 84)){ //T - candyland riots
//window.open("http://");
}else if((keyPressed == 121) || (keyPressed == 89)){ //Y - Pterodactyl
window.open("http://www.pterodactyl.info/");
}else if(keyPressed == 49){ //10Eastern
window.open("http://www.10eastern.com/");
}else if(keyPressed == 63){ // ?Question
window.open("http://www.bewildered.com/welcome.html");
}//endif
}//end onkeypress
</script>
</head>
<body onLoad="InitialiseScrollableArea()">
<div id="divTelnet">
<div id="divHeader">
Some Sites out there Handlin the Erf
</div>
<div id="divVobis">
VOBIS
</div>
<div id="divScrollContainer" >
<!-- begin absolutely positioned scrollable area object-->
<div id="divScrollContent">
<table>
<tr>
<td><a target="new" href="http://www.flameshovel.com/">R ></a></td>
<td>Records, FlameShovel</td>
</tr>
<tr>
<td><a target="new" href="http://www.partsandlabor.net/">P ></a></td>
<td>Parts and Labor</td>
</tr>
<tr>
<td><a target="new" href="http://www.pterodactyl.info/">Y ></a></td>
<td>Pterodactyl</td>
</tr>
<tr>
<td><a target="new" href="http://www.ciat-lonbarde.net/">A ></a></td>
<td>Ciat Lonbarde</td>
</tr>
<tr>
<td><a target="new" href="http://www.myspace.com/moetclique">M ></a></td>
<td>Voltage Myspace: Moet Clique</td>
</tr>
<tr>
<td><a target="new" href="http://debian.org">D ></a></td>
<td>Debian Linux</td>
</tr>
<tr>
<td><a target="new" href="http://www.beigerecords.com">I ></a></td>
<td>beIge Records</td>
</tr>
<tr>
<td><a target="new" href="http://www.piclist.com">L></a></td>
<td>PICList</td>
</tr>
<tr>
<td><a target="new" href="http://www.paperrad.org/">G ></a></td>
<td>Graphics a' Paperrad</td>
</tr>
<tr>
<td><a target="new" href="http://www.bewildered.com/welcome.html">? ></a></td>
<td>Positively Bewildered!</td>
</tr>
<tr>
<td><a target="new" href="http://www.10eastern.com/">1 ></a></td>
<td>10Eastern</td>
</tr>
</table>
</div><!-- end divScrollContent -->
</div><!-- end divScrollContainer -->
<div id="divFooter">
<a href="javascript:;" onMouseOver="PerformScroll(2)" onMouseOut="CeaseScroll()">F ></a> Forward<br>
<a href="index.html">H ></a> Home<br>
<div id="divSubFooterRight">
<a href="javascript:;" onMouseOver="PerformScroll(-2)" onMouseOut="CeaseScroll()">B ></a> Backward<br>
</div>
what the f (F, B, H, P, 1, I, R, E, C, G, ?, T, A, Y)
<img src="cursor.gif" width="7" height="13">
</div>
</div><!-- end divTelnet -->
</body>
</html>