Current File : /home/inlingua/www/dwarka/icentex/admin_cert/changepass_cert.php
<?php include("header_cert.php");
echo'<h3>&nbsp;&nbsp;&nbsp;Change  Password</h3>';
?>

		
			
				<table class="adminform" width="100%">
					<tbody><tr>
												<td valign="top" width="85%">
<font style="font-size:12px; color:#E84B1E"><?php if($_SESSION['chpass']) { echo $_SESSION['chpass']; unset ($_SESSION['chpass']); }?></font>
			


<script language="javascript">
<!--
{	if (document.form.oldpass.value=="")
	{	alert("Old Pasword cannot be blan
function validate(form) k. 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='changeaction_cert.php' name="form" onsubmit="return validate(this)">
<input type='hidden' name='kV' value="1">
<table boder='1' class='pa-nor'>
<tr valign='top'><td>Old Password</td><td><input type='password' name='oldpass' value="" size='20' maxlength='200'></td></tr>
<tr valign='top'><td>New Password</td><td><input type='password' name='newpass' value="" size='20' maxlength='100'></td></tr>
<tr valign='top'><td>Confirm Password</td><td><input type='password' name='confirmpass' value="" size='20' maxlength='100'></td></tr>
<tr><td colspan='2'>&nbsp;</td></tr>
<tr><td colspan='2'><input type='submit' class="submit1" name='aC' value='ChangePassword'></td></tr>
</table>
</form>
		
			
	</td>
												<td valign="top" width="65%">&nbsp;</td>
					</tr>
				</tbody></table>
				<?php
// Include footer
include "footer_cert.php";
?>