Mmm, is wel een zooitje.... maar je hebt er zelf om gevraagd!Op vrijdag 15 februari 2002 15:23 schreef LinuxLord het volgende:
[..]
Hoppie, stuur gewoon je HTML file eens op !
code:
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
| <html> <head> <title></title> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: Pete Thompson (thompp@globalnet.co.uk) --> <!-- Web Site: http://www.users.globalnet.co.uk/~thompp --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin var expDays = 30; var exp = new Date(); exp.setTime(exp.getTime() + (expDays*24*60*60*1000)); var ShowCount = 0; var SwapColour; function ListToDoItems() { var NumToDoItems = GetCookie('PT_NumToDoList'); var i; var ToDoItem; if (NumToDoItems == null) { NumToDoItems = 0; } ShowCount = 0; SwapColour = 0; for (i=1; i <= NumToDoItems; i++) { ToDoItem = GetCookie('PT_ToDoItem'+i); if (ToDoItem != null) { PrintItem(ToDoItem, i); } } } function DeleteItem(Count) { DeleteCookie('PT_ToDoItem'+Count); window.location.reload(); } function PrintItem (ToDoItem, Count) { var color = ""; SwapColour = 1 - SwapColour; if (SwapColour==1) {color = "bgcolor='#c0c0c0'"} ; ShowCount++; document.write("<tr>");<!-- + color + --> <!--document.write("<td width=10% align=center valign=top><small><b>"+ShowCount);--> document.write("<td width=2% align=left>"+"<a onClick='DeleteItem(" + Count + ")' style='color=#AAAAAA' >-</a></td>"); document.write("<td width=98% align=left style='font: 10pt verdana;'>"+ToDoItem + "</td>"); } function AddItem() { var NumToDoItems = GetCookie('PT_NumToDoList'); var i; var ToDoItem; if (NumToDoItems == null) { NumToDoItems = 0; } ToDoItem = prompt("Enter new item"); if ((ToDoItem != null) && (ToDoItem != "undefined" )) { NumToDoItems++; SetCookie('PT_ToDoItem'+NumToDoItems, ToDoItem, exp); SetCookie('PT_NumToDoList',NumToDoItems, exp); window.location.reload(); } } function set() { VisitorName = prompt("Who are you?"); SetCookie ('VisitorName', VisitorName, exp); SetCookie ('WWHCount', 0, exp); SetCookie ('WWhenH', 0, exp); } function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } function SetCookie (name, value) { var argv = SetCookie.arguments; var argc = SetCookie.arguments.length; var expires = (argc > 2) ? argv[2] : null; var path = (argc > 3) ? argv[3] : null; var domain = (argc > 4) ? argv[4] : null; var secure = (argc > 5) ? argv[5] : false; document.cookie = name + "=" + escape (value) + ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + ((path == null) ? "" : ("; path=" + path)) + ((domain == null) ? "" : ("; domain=" + domain)) + ((secure == true) ? "; secure" : ""); } function DeleteCookie (name) { var exp = new Date(); exp.setTime (exp.getTime() - 1); var cval = GetCookie (name); document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString(); } // End --> </script> <script language="javascript"> var win; function popUp(url,w,h) { if (!win || win.closed) { win = window.open(url,"popUp","scrollbars=0,resizable=0,width="+w+",height="+h); } win.location = url; } function popUpExternal(url) { if (!win || win.closed) { win = window.open(url,"popUp"); } win.location = url; } </script> <script language="javascript1.2" src="http://www.tweakers.net/ext/inc/remote_flat.js"> </script> <style type="text/css"> a{text-decoration:none; color:#FFFFFF}; a:visited{text-decoration:none; color:#FFFFFF}; a:hover{text-decoration:none; color:#AAAAAA}; <!-- #nieuwsticker{ position:absolute; right:10px; top:10px; } #nu_punt_nl{ position:absolute; right:10px; top:10px; } --> </style> </head> <!--<iframe id="nieuwsticker" src="http://www.omroep.nl/nos/nieuws/ticker/laatstenieuws/tickermain.html" width=640 height=36></iframe>--> <frame id="nu_punt_nl" width=600 height=18><APPLET CODE="vi.applet.textscroll.TextScroll.class" ARCHIVE="http://nu.nl/java/textscroll.zip" CODEBASE="http://nu.nl/java/" WIDTH="600" HEIGHT="18"> <PARAM NAME="data" VALUE="http://nu.nl/deeplink_applet"> <PARAM NAME="refresh" VALUE="3"> <PARAM NAME="leftwidth" VALUE="95"> <PARAM NAME="wraptext" VALUE="false">; </APPLET></frame> <body scroll="no" style=" margin: 30; font: 10pt verdana; color: #FFFFFF; background: transparent url(Peugeot 307.jpg) no-repeat center top; "> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td align="left" valign="top" style="background: transparent;"> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td valign="top"> <B onClick="AddItem();">+</B> <U style="font: 14pt verdana; font-weight: bold; color: #FFFFFF"> ToDo: </U> <table border="0" cellspacing="0" cellpadding="0" width=100%> <tr> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin ListToDoItems(); // End --> </SCRIPT> </table> </td> </tr> <tr> <td valign="bottom"> <table width="100%" border="0" cellspacing="0" cellpadding="0" bordercolor="#BBBBBB"> <tr> <td style="font: 10pt verdana;"> <SCRIPT language=Javascript1.2> <!-- if(navigator.appName == "Netscape") {document.write('<layer id="clock"></layer><br>');} if (navigator.appVersion.indexOf("MSIE") != -1){document.write('<span id="clock"></span>');} DaysofWeek = new Array() DaysofWeek[0]="sunday" DaysofWeek[1]="monday" DaysofWeek[2]="tuesday" DaysofWeek[3]="wednesday" DaysofWeek[4]="thursday" DaysofWeek[5]="friday" DaysofWeek[6]="saturday"; Months = new Array() Months[0]="January" Months[1]="February" Months[2]="March" Months[3]="April" Months[4]="May" Months[5]="June" Months[6]="July" Months[7]="August" Months[8]="September" Months[9]="October" Months[10]="November" Months[11]="December"; function upclock() { var dte = new Date(); var hrs = dte.getHours(); var min = dte.getMinutes(); var sec = dte.getSeconds(); var day = DaysofWeek[dte.getDay()]; var date = dte.getDate(); var month = Months[dte.getMonth()]; var year = dte.getFullYear(); var col = ":"; var spc = " "; var com = " "; var apm; var text1 = "";//Het is nu "; var text2 = "";// op "; if (hrs<=9) hrs="0"+hrs; if (min<=9) min="0"+min; if (sec<=9) sec="0"+sec; th = "th"; if (date == 1 || date == 21 || date == 31) th = "st"; if (date == 2 || date ==22) th = "nd"; if (date == 3 || date ==23) th = "rd"; if(navigator.appName == "Netscape") { document.clock.document.write(text1+hrs+col+min+col+sec+com+text2+date+spc+month+com+spc+day+th+spc+year); document.clock.document.close(); } if (navigator.appVersion.indexOf("MSIE") != -1) { clock.innerHTML = text1+hrs+col+min+col+sec+com+text2+day+spc+month+com+spc+date+th+spc+year; } } setInterval("upclock()",1000); //--> </SCRIPT> </td> <td style="font: 10pt verdana;" valign="bottom" width="450"> <div style="color: #BBBBBB">Laatste update: <script language="javascript1.2">datum()</script></div> <br> <U style="font: 14pt verdana; font-weight: bold; color: #FFFFFF"><a href="http://www.tweakers.net" TARGET="_blank"><u>Tweakers.net</u></a> Headlines:</u> <script language="javascript1.2"> function refresh() { window.location.reload(); } headlines5(); window.setTimeout("refresh()",300000) </script> </td></tr></table> </td> </tr> </table> </td> <td align="right" valign="top" width="300" style="background: transparent;"> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td valign="bottom" style="font: 10pt verdana;"> <U style="font: 14pt verdana; font-weight: bold; color: #FFFFFF"> Links: </U><br> <a href="" TARGET="_blank">Internet Explorer</a> <br> <a href="https://bankieren.rabobank.nl/rib/rib.cgi?X009=&X010=20&V050=0&X015=REKSAL" TARGET="_blank">Rabobank</a> <br> <a href="javascript:void(ZOEKTERM=prompt('Zoekterm:','')); location.href='http://www.google.com/search?q='+ZOEKTERM+'&hl=nl&btnG=Google+zoeken&lr='" TARGET="_blank">Google Search</a> <br> <a href="http://www.semiconductors.philips.com/mcu" TARGET="_blank">Philips Semiconductors Microcontrollers</a> <br> <a href="javascript:void(ACHTERNAAM=prompt('Vul achternaam in:','')); void(STAD=prompt('Vul stad in:',''));location.href='http://www.nationaletelefoongids.nl/cgi-bin/vnuwp.cgi?screen=welcome&link=summary&lang=dutch&max=15&keyword=*&searchtype=business&bname='+ACHTERNAAM+'&locationtype=city%7C07&city='+STAD+'&book=&x=0&y=0'" TARGET="_blank">Zoek telefoonnummer</a> <br> <a href="http://pww.research.philips.com/ctt/" TARGET="_blank">Center for Technical Training on-line</a> <br> <a href="http://pww.legear.lighting.philips.com/eur/dev/index.htm" TARGET="_blank">Development Lighting Electronics</a> <br> <a href="C:\Temporary Documents\UHP site\index.htm" TARGET="_blank">UHP intranet page development page</a> <br> </td> </tr> </table> </td> </tr> </table> <div id="weather" style="position: absolute; left: 300px; bottom: 30px"> [img]"http://portal.telegraafnet.nl/weeranimatie.gen.gif"> [/img] </body> </html> |
Ik heb het je vantevoren gezegd....