Current File : /home/inlingua/www/noida/icentex_noida/iNDEED/reset.php |
<?php include("header_indeed.php");
?>
<h3>
Change Password
</h3>
<font style="font-size:12px; color:#E84B1E"><?php if($_SESSION['repass']) { echo $_SESSION['repass']; unset ($_SESSION['repass']); return;}
?></font>
<br />
<script language="javascript">
<!--
function validate(form)
{ if (document.form.oldpass.value=="")
{ alert("Old Pasword cannot be blank. Please enter it.");
document.form.oldpass.focus(); return false;
}
if (document.form.newpass.value=="")
{ alert("New Password cannot be blank. Please enter it.");
document.form.newpass.focus(); return false;
}
if (document.form.confirmpass.value=="")
{ alert("Confirm Password cannot be blank. Please enter it.");
document.form.confirmpass.focus(); return false;
}
if (document.form.newpass.value!=document.form.confirmpass.value)
{
alert("New Password and Confirm Password are not same.");
return false;
}
return true;
}
-->
</script>
<form method='post' action='resetaction.php' name="form" onsubmit="return validate(this)">
<input type='hidden' name='kV' value="<?php echo $_REQUEST['kV']?>">
<table boder='1' class='pa-nor'>
<tr valign='top'><td colspan="2">Are you Confirm to reset password</td></tr>
<tr><td ><input type='submit' name='aC' onclick="this.submit()" value='Reset'></form></td>
<form action="javascript:history.back()" method="post">
<td>
<input type='submit' name='aC' value='Cancel'>
<!--<input type="button" value="Cancel" onclick="history.back()" />--></td></tr>
</form>
</table>
<?php
include("footer_indeed.php");
?>