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
| <html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<script>
<!-- Hide script from old browsers
function passBox() {
var passwordText = "";
passwordText = prompt("U kunt binnenkomen door het juiste wachtwoord te geven", "Plaats hier het wachtwoord");
if (passwordText == "wachtwoord") {
alert("Juist wachtwoord - Welkom Dennis")
location.href = "prive.htm"
}
else {
alert("Fout wachtwoord - Klik hier om terug te gaan naar het begin")
location.href = "http://www.breezer.tk"
}
}
// End hiding script from old browsers -->
</script>
<title>K-Password Entry</title>
<meta name="Microsoft Theme" content="blends 011, default">
</head>
<body onLoad=passBox()>
<p align="center">
<br>
<br>
<font color="#FF0000" size="7"><b><i>
</i></b></font>
</body>
</html> |
dit heb ik op [url] http://members1.chello.nl/~gm.vdhoek/wachtwoord.htm [/url] maar dan werkt hij niet ook al vul ik de goede code in.. weet iemand hoe dit komt?