?>

	</td>

  </tr>

  <!-- END Error -->

  <tr>

    <td class="FacetFieldCaptionTD">Fornitore &nbsp;</td>

    <td class="FacetDataTD">
	 <?php 
// inserisco il select box per i fornitori
$select_fornitore = new selectFornitore("ID_Fornitore");
$select_fornitore->addSelected($ID_Fornitore);
$select_fornitore->output();
print $ID_Fornitore;
?>
		 
	 </td>

  </tr>

 

 <td colspan="2" align="right" nowrap class="FacetFooterTD">

      <!-- BEGIN Button Insert --><input name="Insert" type="submit" value="Prosegui" class="FacetButton"><!-- END Button Insert -->
?>

	</td>

  </tr>

  <!-- END Error -->

  <tr>

    <td class="FacetFieldCaptionTD">Fornitore &nbsp;</td>

    <td class="FacetDataTD">
	<?php 
// inserisco il select box per i clienti
$fornitore = new selectFornitore("form[ID_Fornitore]");
$fornitore->addSelected($form['ID_Fornitore']);
$fornitore->output();
?>
	 </td>

  </tr>

 

 <td colspan="2" align="right" nowrap class="FacetFooterTD">

      <!-- BEGIN Button Insert --><input name="Insert" type="submit" value="Prosegui" class="FacetButton"><!-- END Button Insert -->