Oct 05
<script type=“text/javascript”>
function checking() {

if (document.form.pass.value ==”"){
alert (‘Enter password’);
document.form.pass.focus ();
return false;
}
if (document.form.pass1.value==”"){
alert (‘Enter Confirm password correct value’);
document.form.pass1.focus ();
return false;
}

var pw1 = document.form.pass.value;
var pw2 = document.form.pass1.value;
if (pw1 == ” || pw2 == ) {
alert (‘Please enter your password twice.’);
return false;
}
else if (pw1 != pw2) {
alert (“You did not enter the same new password twice. Please re-enter your password.”);
return false;
}
return true
}


</script>

written by admin \\ tags: , , , , , , , , , , , , , , , , , ,


Leave a Reply

Copy right © ' Haider ali's Blog ' All resvred