Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/06/2007, 07:39
hernandos
 
Fecha de Ingreso: junio-2007
Ubicación: por ahi
Mensajes: 262
Antigüedad: 17 años, 7 meses
Puntos: 4
Re: enviar variable

Colocando acciones independientes en los botones:

Es decir algo asi como en el boton 2:

<input type="submit" name="boton" value="Enviar" />

<input type="submit" name="boton2"
onclick="window.location='<< Colocar aqui el enlace >> ';return false;" />

<input type="submit" name="boton3" />