<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Inloggen</title>
<script language="javascript">
<!--//
function pasuser(form) {
<!--//verander hier onder je eigen ID
if (form.id.value=="sitemaster") {
<!--//verander hier onder je eigen logincode
if (form.pass.value=="1234") {
<!--//verander hier onder de pagina die beveiligd moet worden
location="http://www.sitemasters.be"
} else {
alert("Het wachtwoord is verkeerd probeer het opnieuw")
}
} else { alert("Gebruikersnaam of Wachtwoord is verkeerd probeer het opnieuw")
}
}
//-->
</script>
</head>
<body>
<body text
="#00FF00" link="#CCFFCC" vlink
="#008000">
<center>
<table bgcolor="#39FFAF" cellpadding="4" border="1">
<tr><td colspan="2" align="center" height="22" width="282"><p>
<font size="3" color="#000000">Sitemaster</font></p></td></tr>
<tr><td align="center" height="24" width="84"><p><font color="#000000">
Gebruikersnaam</font></p></td><td align="center" height="24" width="170"><form name="login"><font size="3" color="#000000"><input
name="id" type="text"></font></td></tr>
<tr><td align="center" height="24" width="84"><p><font color="#000000">
Wachtwoord</font></p></td><td align="center" height="24" width="170"><font size="3" color="#000000"><input name="pass"
type="password"></font></td></tr>
<tr><td align="center" height="1" width="84"><font size="3"><input type="button" value="Login"
onClick="pasuser(this.form)"></font></td><td align="center" height="1" width="170"><font size="3"><br>
<input
type="reset">
<script language="JavaScript">
<!--
window.open = SymRealWinOpen;
//-->
</script>
</form></font></td></tr></table></center>
<p> </p>
<p><font color="#000000">Gebruikersnaam = sitemaster</p>
<p>Wachtwoord = 1234</font></p>
</body>
</html>