Current File : /home/inlingua/public_html/icentex/iNDEED/external_training_details.php
<?php
$id=$_REQUEST['CID']+1;

?>
<div style="width:100%;float:left;border:0px solid #cccccc;">

<div style="float:left;width:39%">&nbsp;<input type="text" style="width:120px;" name="external_training[]" onclick="dd('external_training_from<?php echo $id; ?>');dd('external_training_to<?php echo $id; ?>')";  /></div>

<div style="float:left;width:30%">&nbsp;<input type="text" style="width:100px;" name="external_training_from[]" id="external_training_from<?php echo $id; ?>" onclick="dd(this.id);"  /></div>

<div style="float:left;width:30%">&nbsp;<input type="text" style="width:90px;" name="external_training_to[]" id="external_training_to<?php echo $id; ?>" onclick="dd(this.id);"/><a href='javascript: if(confirm("Are You Sure?")) { removeElement("myDiv6","my<?php echo $id; ?>myDiv6"); }'><img src="images/delete.png" style="border:none;" width="10" height="10" /></a></div>
</div>