-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresult.html
26 lines (22 loc) · 969 Bytes
/
result.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
<html>
<head>
<title>Mijn NTB.org</title>
<link rel="shortcut icon" type="image/ico" href="/favicon.ico">
<script language="javascript" type="text/javascript">
if (self != top) {
if (document.images)
top.location.replace(window.location.href);
else
top.location.href = window.location.href;
}
</script>
</head>
<frameset cols="*,800,*" border="0" id="WebFrames" name="WebFrames">
<frame src="leeg.htm" name="links" noresize scrolling="no" id="links">
<frameset rows="110, *" cols="*" border="0" id="AppFrames" name="AppFrames">
<frame src="Kop.asp?SID={B6F1B446-019D-4DE3-81F3-BA181F5AA460}&Actief=Evenementen" name="Titel" noresize scrolling="no" id="Titel">
<frame src="../evenementbeheer/evenementen.asp?SID={B6F1B446-019D-4DE3-81F3-BA181F5AA460}" name="Inhoud" noresize scrolling="yes" id="Inhoud">
</frameset><noframes></noframes>
<frame src="leeg.htm" name="rechts" noresize scrolling="no" id="rechts">
</frameset>
</html>