
function submitLogin() {
  
if ((document.FORM1.USERID.value == "agniparthene") && (document.FORM1.PINNUMBER.value == "deitomen"))
 document.FORM1.action = "members.html";
else
{
   alert(" wrong info, - don't give up ")
   document.FORM1.action = "sorry.html"
}
}