Hallo, ich brauche mal kurz Hilfe bei einem Hacking Quiz. Quelltext: HTML-Code: <html> <head> <script LANGUAGE="JavaScript"> <!-- Begin function pwtest() { var file; var password; password=this.document.form.inputbox.value file=password + ".htm" location = file } // End --> </script> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>HACKERSOFTWARE - Hacker-Game</title> </head> <body stylesrc="xyz.htm" bgcolor="#E9E9E9" link="#000000" vlink="#000000" alink="#000000"> <form NAME="form"> <p><font size="6" face="Arial">Level 8</font></p> <p><font face="Arial">Bitte gib das richtige Passwort ein: <input TYPE="password" NAME="inputbox" size="20&quot;"> <input TYPE="button" NAME="button" Value="weiter" onClick="pwtest(this.form)"></font></p> </form> </body> </html> Ich sitz schon seid 20 Mins davor und find das net. Ich bin net so gut in JavaScript. Danke!! MfG Basti