![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
08/05/2005, 11:46
|
![Avatar de JavierB](http://static.forosdelweb.com/customavatars/avatar16568_12.gif) | Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años Puntos: 772 | |
Hola AnDrEa MM
Usa esto:
Código:
<form action="">
<input type="button" onclick = "this.form.action = 'pagina1.php'; this.form.submit()" />
<input type="button" onclick = "this.form.action = 'pagina2.php'; this.form.submit()" />
Saludos, |