Ver Mensaje Individual
  #4 (permalink)  
Antiguo 31/08/2004, 21:53
orharo2003
 
Fecha de Ingreso: abril-2004
Ubicación: México D.F.
Mensajes: 1.724
Antigüedad: 20 años, 10 meses
Puntos: 4
Más claro que el agua no se puede

Si doy ENTER me lo envia:

<form name=x" action="x.asp">
<INPUT type="text">
<INPUT type="text">
<INPUT type="text">
<INPUT type="submit">
</form>

Si doy ENTER NO me lo envia:

<form name=x" action="x.asp">
<INPUT type="text">
<INPUT type="text">
<INPUT type="text">
<INPUT type="button" onclick="x.sumbit();">
</form>

O alguna función que valide los campos antes y al final ...
x.sumbit();