Exemple #1
0
?>
</div>
    </div>
	
<div id="form_main">
 <div style="float:inherit; margin:0;">
          <a href="javascript:void(0);" onclick="javascript:obj_product.add_item('local',
                                                                     {onUpdate: function(response,root){
																	  document.getElementById('show_value').innerHTML=response;
																	  document.getElementById('show_value').style.display='';
																	 },preloader:'prl'});">ADD ITEM</a>
 </div>
<div id="show_value" style="background-color:#EEEEEE; float:right; margin-top:10.5px; width:600px;"></div>
<div id="task_area" style="float:left; overflow-y:scroll; overflow-x:hidden; height:690px; width:450px;">
   <?php 
echo $obj_product->show_searchproductinventory();
?>
</div>
 
</div>
<?php 
if ($_REQUEST['add_this_item'] == 'add') {
    echo $obj_product->add_item('server');
}
?>

<?php 
// **********************Closes the Content Column and begins Info Column ****************************//
$page->printContentColumnEnd();
// **********************Start code for Info Column ****************************//
?>