function testachanges() {var frm=document.form1;
if(document.form1.act.value=='/billing/client/login.php') {frm.setAttribute('action','https://billing.brainpulse.com/client/login.php');
}
if(document.form1.act.value=='/billing/client/login.php') {frm.setAttribute('action','https://billing.brainpulse.com/client/login.php');
}
}
function testvalidate(){
if(document.form1.contactUsername.value==''){alert("please enter the username password");return false;} if(document.form1.contactPassword.value==''){alert("please enter the username password");return false;}
}