Cita:
Iniciado por humbertoj ok amigos.... alguno podria indicarme un EJEMPLO????????
o al menos decirme en que pagina web podria conseguir mas información¿????????
Por medio de AJAX , mirate como usarlo en las FAQ de AJAX, mandaremos en el PHP un codigo de todo el formulario relleno, usando un echo. Por ejemplo, a mi me ha quedado así:
Código PHP:
echo '<div id="DPP_Modificar">
<div>
<table width="642" height="274" border="0" align="top" cellpadding="0" cellspacing="0">
<tr>
<td width="217" height="60">
<span class="Estilo7">
<label>
<div align="left"><span class="Estilo7">Nombre
<input name="Nombre" id="Nombre_mdpp" type="text" tabindex="1" value="'.$nombre.'" size="15" maxlength="30" />
</span></div>
</label>
</span> </td>
<td width="208"><label>
<div align="left"><span class="Estilo7">Apellidos</span>
<input name="Apellidos" id="Apellidos_mdpp" type="text" class="Estilo7" value="'.$apellidos.'"tabindex="2" size="15" maxlength="60" />
</div>
</label> </td>
<td width="217"><label>
<div align="left"><span class="Estilo7">DNI</span>
<input name="Dni" id="Dni_mdpp" type="text" class="Estilo7" value="'.$dni.'" tabindex="3" size="10" maxlength="9" />
</div>
</label> </td>
</tr>
<tr>
<td height="61"><label>
<div align="left"><span class="Estilo7">Dirección</span>
<input name="Direccion" id="Direccion_mdpp" type="text" tabindex="4" value="'.$direccion.'" class="Estilo7" size="20" maxlength="60" />
</label>
</div> </td>
<td><label>
<div align="left"><span class="Estilo7">C.Postal </span>
<input name="CP" id="CP_mdpp" type="text" class="Estilo7" tabindex="5" value="'.$cp."size="5" maxlength="5" />
..............
.............
.........etc