Current File : /home/inlingua/www/icentex/underconstruction.php |
<?php
include("header.php");
?>
<?php
$month=date("m");
$year=date("Y");
//$year=2011;
?>
<div style="width:720px; background-color:#E2E2E2; height:20px;"><h1> Add New Certificate</h1></div>
<script>
function validate(form)
{ if (document.form.month.value=="")
{ alert("Please Select month.");
document.form.month.focus(); return false;
}
if (document.form.year.value=="")
{ alert("Please Select Year.");
document.form.year.focus(); return false;
}
if (document.form.location.value=="")
{ alert("Please Select Location.");
document.form.location.focus(); return false;
}
return true;
}
function validate1(form)
{ if (document.form1.month.value=="")
{ alert("Please Select month.");
document.form1.month.focus(); return false;
}
if (document.form1.year.value=="")
{ alert("Please Select Year.");
document.form1.year.focus(); return false;
}
if (document.form1.location.value=="")
{ alert("Please Select Location.");
document.form1.location.focus(); return false;
}
return true;
}
</script>
<font style="font-size:12px; color:#E84B1E"><?php if($_SESSION['existsheet']) { echo $_SESSION['existsheet']; unset ($_SESSION['existsheet']); }?></font>
<table width="80%">
<tr>
<td>
This Page is under construction.
</td></tr>
</table>
<?php
include("footer.php");
?>