Komm dritte schaffste auch noch ^_^

<html>
<head>
<title>HACKERSOFTWARE - Hacker-Game</title>
<script>
function pwtest() {
var wetter=document.getElementById("idtext").value;
if (wetter=="w"+"e"+"i"+"t"+"e"+"r") {
location.href="level_"+(2+2)+".htm";
} else {
alert('Passwort falsch !');
}
}
</script>
</head>