ID
|
043
|
<html> <head> <title> JavaScript DESTINATION - P043 </title> <script language="JavaScript"> <!--- function checkPassword() { var location; var password; password=this.document.password.inputbox.value location=password + ".html" goTo(location) } function goTo(location){ document.location.href = location; } // --> </script> </head> <body> <form name="password"> <input type="password" name="inputbox" value="" size=20><br> <input type="button" name="button" value=" Vysli heslo " onclick="checkPassword(this.form)"> </form> </body> </html> |