- 1
- 2
- 3
- 4
- 5
- 6
- 7
function check() {
if (document.login.user.value == "user" && document.login.password.value == "correct_password")
window.location.href = 'http://this.site/login.html';
else
window.location.href = 'http://this.site/loginfehler.html';
return false;
}
Follow us!