Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/11/2007, 01:49
Avatar de ZiTAL
ZiTAL
 
Fecha de Ingreso: marzo-2004
Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 2 meses
Puntos: 62
Re: como poner en el form un onsubmit

yo lo que haria es que el onsubmit solo le llamase a una funcion y desde esa funcion llamar a todas las demas:
Código:
<script type="text/javascript">
 function tufuncion()
  {
    funcion2();
    funcion3();
    ...
    return true;
  }
</script>
Código HTML:
<form onsubmit="return tufuncion()">
 ...
</form> 
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan