Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/12/2006, 13:31
Avatar de jpogsistem
jpogsistem
 
Fecha de Ingreso: diciembre-2001
Mensajes: 2.405
Antigüedad: 23 años, 3 meses
Puntos: 4
2 Acciones en un Onsubmit

Que tal,

Sucede que en un form pongo esto y funciona bien :

Código PHP:
onSubmit="return verificarFormu(this)" 
Lo que quiero es que al mismo tiempo (En el mismo OnSubmit), me valide también esta otra :

Código PHP:
return validacion(this)
He intentado con esto pero no funciona :

Código PHP:
onsubmit="return verificarFormu(this)" "return validacion(this)" 


Sabrían como colocarlo bien ? Gracias.
__________________
EL LIMITE ES EL UNIVERSO