![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/01/2012, 08:02
|
| | Fecha de Ingreso: enero-2012
Mensajes: 2
Antigüedad: 13 años, 1 mes Puntos: 0 | |
Respuesta: ¿Como modificar datos en un formulario? este es donde yo quiero insertar los datos para que los actualice:
<table width="864" border="1" align="center" bordercolor="#4AA5FF" bgcolor="#B7DBFF" onfocus="MM_validateForm('nombre','','R','cedula', '','RisNum','apellido','','R','fecha-nacimiento','','R','celular','','R','edad','','Ris Num','mail','','RisEmail','cod-nomina','','RisNum','emergencia','','RisNum');retu rn document.MM_returnValue">
<tr bgcolor="#4AA5FF">
<td width="854" height="30" bgcolor="#4AA5FF">
<div align="center">
<p class="Estilo4">Ficha de registro</p>
</div>
</td>
</tr>
<tr>
<td height="184">
<fieldset>
<legend><span class="Estilo7">Amonestaciones</span> </legend>
<table width="818" border="0" align="center">
<tr>
<td width="440"><span class="Estilo21">Amonestación:</span></td>
<td width="368"><span class="Estilo10">
<select name="amonest" id="amonest">
<option>seleccione una</option>
<option>verbal</option>
<option>escrita</option>
</select>
</span></td>
</tr>
<tr>
<td><span class="Estilo21">Observación (motivo):</span></td>
<td><textarea name="motivo" cols="57" rows="1" id="motivo"></textarea></td>
</tr>
<tr>
<td height="21"><span class="Estilo21">Procedimientos administrativos: </span></td>
<td><textarea name="proc_adm" cols="57" rows="1" id="proc_adm"></textarea></td>
</tr>
<tr>
<td height="21">Fecha de amonestación:</td>
<td><input type="text" name="fech_amon" id="fech_amon" /></td>
</tr>
</table>
<div align="center"> <span class="Estilo12">
<p><a href="/sistema en PHP/index.php"><strong>Inicio</strong></a></p>
<table width="200" border="0">
<tr>
<td width="61">
<label>
<input type="submit" name="Submit" value="guardar" />
</label>
</td>
<td width="80"><label>
<input name="limpiar" type="reset" id="limpiar" value="restablecer" />
</label></td>
<td width="45"><a href="update.php">actualizar</a></td>
</tr>
</table>
</a></div>
</fieldset>
</td>
</tr>
</table> |