Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/02/2003, 09:32
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Hola Ferny,


puedes hacer algo como



<input type="button" onClick="this.form.action='accion1';this.form.subm it()" value="aceptar">

<input type="button" onClick="this.form.action='accion2';this.form.subm it()" value="tralala">

(no lo he probado pero debería furular )