function checklogin(form) {
if (form.sifre.value=="teacher") {          
location="secure.html" 
} else {
alert("Invalid Password")
}
}
