Пример #1
0
if ($_REQUEST['embalaje'] != 4) {
    ?>
<input name="cant_embalaje" type="text" id="cant_embalaje" value="<?php 
    echo $_REQUEST['cant_embalaje'];
    ?>
" size="5" onBlur="calcular()" />
      <?php 
}
?>
</td>
  </tr>
  <tr>
    <td align="right" class="color_celda">Fragilidad</td>
    <td align="center" class="color_celda">:</td>
    <td colspan="4"><?php 
$auxiliares->generar_select_fragilidad('fragilidad', 'calcular()', '');
?>
      <?php 
if ($_REQUEST['fragilidad'] != 3) {
    ?>
      <input name="cant_fragilidad" type="text" id="cant_fragilidad" value="<?php 
    echo $_REQUEST['cant_fragilidad'];
    ?>
" size="5" onBlur="calcular()" />
      <?php 
}
?>
</td>
  </tr>
  <tr>
    <td align="right" class="color_celda">Recibido en Courier por </td>