| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 
 |  <table width="800" bordercolor="#FFFFFF" bgcolor="#FFFFFF" >
  <tr>
    <td width="50%" height="45"><form action="tva.php" method="post" target="popup" class="menugauche" onsubmit="javascript:window.open('','popup','width=650,height=450,top='+((screen.height-450)/2)+',left='+((screen.width-650)/2)+',scrollbars=1,location= 1,status=1,resizable=1');">
        <p>
          <label for="p"></label>
          <input name="prix" type="text" id="p" value="recuperer prix total ttc" size="40" />
          <input type="submit" value="Calculer tva" />
        </p>
    </form></td>
    <td width="50%"><form name="form1" method="post" action="">
      <input name="textfield" type="text" value="affichage du prix total ttc" size="50"> 
    </form></td>
  </tr>
</table> | 
Partager