
04/07/2012, 13:52
|
| | Fecha de Ingreso: noviembre-2004 Ubicación: Medellín
Mensajes: 121
Antigüedad: 20 años, 4 meses Puntos: 1 | |
Respuesta: No se desactiva Lo cambié por esto y ahora si funciona. No entiendo por qué.
<form action="" method="post" name="form1">
<p>
<label>
Cedula
<input type="text" name="texCedula" id="texCedula" />
</label>
</p>
<p>
<label>
Nombres
<input type="text" name="texNombres" id="texNombres" />
</label>
</p>
<p>
<label>
Apellidos
<span class="apellidos"><input type="text" name="texApellidos" id="texApellidos" /></span>
</label>
</p>
<p>
<label>
<input type="button" name="butGuardar" id="butGuardar" value="Guardar" />
</label>
<label>
<input type="button" name="butCancelar" id="butCancelar" value="Cancelar" />
</label>
</p>
</form> |