23/08/2002, 12:15
|
| | | Fecha de Ingreso: mayo-2002 Ubicación: Tampico
Mensajes: 906
Antigüedad: 22 años, 6 meses Puntos: 1 | |
Re: llamar a dos funciones en un mismo evento
fuction validateForm(){
if (bla,bla,bla){
alert('bla')
return false
}
enviado()
}
<form name="form1" action="newVenta.asp?forma=guardar" method="post" onsubmit="return validateForm(this,arrValidationDesc)"> |