Tema: submit()
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/04/2007, 16:03
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 8 meses
Puntos: 5
Re: submit()

que tal, bienvenido al foro.
intenta ponerle en el tag del form:
Código PHP:
<form onsubmit="return mifunciondevalidacion(this)">
<!-- 
tu codigos htmlinputsetc etc -->
</
form
luego en tu función donde validas los inputs pones al final pones:

Código PHP:
function mifunciondevalidacion(f) {
//codigo donde validas js
f.submit();
return 
false;

así lo tengo yo y me funciona. yo tenia este mismo problema antes, ya que yo tengo mi propia clase de validación con js

saludos
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.