Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/08/2008, 09:50
Avatar de Un_Tico
Un_Tico
 
Fecha de Ingreso: julio-2008
Ubicación: Cartago, Costa Rica
Mensajes: 176
Antigüedad: 15 años, 10 meses
Puntos: 4
Respuesta: Ayuda...controlar campo texto envie datos

Código HTML:
<form action="" method="post" name="formulario" id="formulario" onsubmit="comprobar()">
    Nombre: <input type="text" name="Nombre" id="Nombre"><br>
    Apellidos: <input type="text" name="Apellidos" id="Apellidos"><br>
    <input type="submit" value="Send" id="Send">
</form> 
El problema estaba en el formulario, Checkea las diferencias...

Saludos...