I want this form as lightbox form.
Is it possible.
<form action="lims_updated_north.php" method="post">
<table class="mytable" align="center">
<tr>
<td>Code</td>
<td>
<input type="text" name="al" id="al" value="<?php echo $al; ?>" /> </td>
<td>Owner Name</td>
<td>
<input type="text" name="cd" id="cd" value="<?php echo $cd; ?>" /> </td></tr>
<tr>
<td>Mobile</td>
<td>
<input type="text" name="nid" id="nid" value="<?php echo $nid; ?>" /> </td>
<td>Landline</td>
<td>
<input type="text" name="lg" id="lg" value="<?php echo $lg; ?>" /> </td></tr>
<tr>
<td>LAD</td>
<td>
<input type="text" name="lt" id="lt" value="<?php echo $lt; ?>" /> </td>
<td>POD</td>
<td>
<input type="text" name="ad" id="ad" value="<?php echo $ad; ?>" /> </td></tr>
<tr>
<td>LA Start Date</td>
<td>
<input type="text" name="rg" id="rg" value="<?php echo $rg; ?>" /> </td>
<td>LA End Date</td>
<td>
<input type="text" name="ct" id="ct" value="<?php echo $ct; ?>" /> </td></tr>
<tr>
<td>PO Start Date</td>
<td>
<input type="text" name="dt" id="dt" value="<?php echo $dt; ?>" /> </td>
<td>PO End Date</td>
<td>
<input type="text" name="mb" id="mb" value="<?php echo $mb; ?>" /> </td></tr>
<tr>
<td>Bank Account No</td>
<td>
<input type="text" name="snp" id="snp" value="<?php echo $snp; ?>" /> </td>
<td colspan="2">
<input type="submit" style="width: 200px;
height: 20px;
cursor: pointer;
border: none;
margin-left:100px;
background: transparent url(/images/sims_update_button.jpg) no-repeat 0 0;" value=""/>