Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/10/2010, 08:02
[email protected]
 
Fecha de Ingreso: octubre-2005
Mensajes: 405
Antigüedad: 18 años, 6 meses
Puntos: 1
actualizar datos en formulario

dispongo de un formulario que me permitira actualizar datos.

Código PHP:
<form name="form001" id="form1">
  <
tr class=Estilo3>
    <
td width=10align=right  id=linea>4189190</td>
    <
td width=32align=left   id=linea>MANGUERA SUP.RADIADOR IZQ.F.125</td>
    <
td width=06align=right  id=linea>Cajas</td>
    <
td width=07align=right  id=linea><input name="unicaj" type="text" value="5" size="5" maxlength="5"></td>
    <
td width=08align=right  id=linea bgcolor=#F8F8F8><b>15</b></td>
    
<td width=08align=right  id=linea>15</td>
    <
td width=13align=left   id=linea>
     <
select name="estante" id="estante" onChange="xajax_procesar_formulario(xajax.getFormValues('form1'))">
        <
option value=0 selected>UBICACION</option>       
        <
option value=A11A>A11A</option>
        <
option value=A11B>A11B</option>
        <
option value=A11C>A11C</option>
        <
option value=A11D>A11D</option>
     </
select>
    </
td>
    <
td width=08align=center id=linea><img src='../acuhtml/img/noestan.gif' alt='Sin Estanteria'></td>
    <
td width=08align=center id=linea>
       <
a href='../acuhtml/codprofoto.php?codpro=4189190&swfoto=1' target='popup' title='Ver Imagen(es) del 4189190' onclick="window.open(this.href, this.target, 'width=100, height=200'); return false;\"><img src='../acuhtml/img/camara.gif' border='0'></a>
    </td>
  </tr>
  <input type="
hidden" name="estado"   value="0">
  <input type="
hidden" name="codigo"   value="4189190">
  <input type="
hidden" name="cantidad" value="000015">
  <input type="
hidden" name="tipo"     value="NP">
  <input type="
hidden" name="numero"   value="00002504">
  <input type="
hidden" name="local"    value="09">
  <input type="
hidden" name="wrecep"   value="1">
  <input type="
hidden" name="prefix"   value="@queule:/indra/dat">
  <input type="
hidden" name="servidor" value="queule">
  <input type="
hidden" name="empre"    value="I">
  <input type="
hidden" name="logname"  value="gherrera">
</form> 
Lo que necesito esque una vez actualizado me aparezcan los nuevos datos en el mismo formulario (unicaj-estante).

¿Es posible realizarlo y Como?

Estoy recien tratando de entender Ajax y espero que con su ayuda pueda lograr lo que necesito, desde ya gracias.