Current File : /home/inlingua/public_html/icentex/iNDEED/ingl_recruitment_source.form.php
<?php
// Copyright, Panalink Infotech Limited. Created on: 01-02-2012

// Include header
include "header_indeed.php";

echo $succFailMesg; 

// Show result of a form submission?
if ($showResult == "Y")
{	echo "<br><a href='ingl_recruitment_source.select.php'>Back</a><br>";
	// Include footer
	include "footer_indeed.php";
	return; 
}
?>

<script language="javascript">
<!--
function validate() 
{	if (document.frm.source_recu.value=="")
	{	alert("Source cannot be blank. Please enter it.");
		document.frm.source_recu.focus(); return false;
	}
	return true;
}
-->
</script>

<form method='post' name="frm" action='ingl_recruitment_source.main.php' onsubmit="return validate(this)">
<input type='hidden' name='recNo' value="<?php echo $dbObject->getDbField('recNo');?>">
<input type='hidden' name='kV' value="<?php echo $_REQUEST['kV'];?>">
<table boder='1' class='pa-nor'>
<tr valign='top'><td>Source</td><td><input type='text' name='source_recu' value="<?php echo $dbObject->getDbField('source_recu');?>" size='20' maxlength='250'></td></tr>
<tr><td colspan='2'><input type='submit' name='aC' value='<?php echo $currentMode;?>'></td></tr>
</table>
</form>



<?php
// Include footer
include "footer_indeed.php";
?>