<table border="1" height='378' width="900" bgcolor="#CCFFFF"><th colspan="4" height="23" bgcolor="#CCCCCC" >MGP PRODUCTION</th>
<th width="257" bgcolor="#CCCCCC" >BLOC NOTE</th>
<!-- c est ici que je voudrais inserer ma div-->
<div id="apDiv1">
<tr><td width="68" bgcolor="#CCCC99">service :</td>
<td width="177" bgcolor="#e7f5fb"><input type="text" value="<?php echo $b['service'];?>" name="service_res<?php echo $z;?>" /></td><td width="125" bgcolor="#CCCC99">mobile :</td>
<td width="239" bgcolor="#e7f5fb"><input type="text" value="<?php echo $b['mobile'];?>" name="mobile_res<?php echo $z;?>" /></td><td rowspan="9" bgcolor="#99CCFF" >
<textarea name="idTextarea2<?php echo $z;?> " cols="40" rows="10" id="idTextarea" onfocus="inputFocus()" onblur="inputBlur()"><?php echo $b['note'];?></textarea>
<br />
</td></tr>
<tr><td bgcolor="#CCCC99">fax :</td><td bgcolor="#e7f5fb"><input type="text" value="<?php echo $b['fax'];?>" name="fax_res<?php echo $z;?>" /></td><td bgcolor="#CCCC99">mail :</td><td bgcolor="#e7f5fb"><input type="text" value="<?php echo $b['mail'];?>" name="mail_res<?php echo $z;?>" /></td></tr>
<tr><td bgcolor="#CCCC99">societe :</td><td bgcolor="#e7f5fb"><input type="text" value="<?php echo $b['societe'];?>" name="societe_res<?php echo $z;?>" /></td><td bgcolor="#CCCC99">budget :</td><td bgcolor="#e7f5fb"><input type="text" value="<?php echo $b['budget'];?>" name="budget_res<?php echo $z;?>" /></td></tr>
<tr><td bgcolor="#CCCC99">fonction :</td><td bgcolor="#e7f5fb"><input type="text" value="<?php echo $b['fonction'];?>" name="fonction_res<?php echo $z;?>" /></td><td bgcolor="#CCCC99">type evenement :</td><td bgcolor="#e7f5fb"><input type="text" value="<?php echo $b['type_evenement'];?>" name="type_evenement_res<?php echo $z;?>" /></td></tr>
</div> </table> |