Ver Mensaje Individual
  #8 (permalink)  
Antiguo 22/05/2005, 05:05
Avatar de caricatos
caricatos
Moderador
 
Fecha de Ingreso: abril-2002
Ubicación: Torremolinos (Málaga)
Mensajes: 19.607
Antigüedad: 22 años
Puntos: 1284
Hola tognaco:

Prueba añadiéndo el atributo target en el envío, pero en el otro submit debes acordarte de cambiar ese target...

Código:
<input type="button" value="<? echo $previsualizar;?>" onclick = "this.form.action = 'previo_mondrian.php'; this.form.target = '_blank'; this.form.submit()" />
<input type="button" value="<? echo $enviar;?>" onclick = "this.form.action = 'procesa_mondrian.php'; this.form.target = '_self';  this.form.submit()" />
Saludos
__________________
Por favor:
No hagan preguntas de temas de foros en mensajes privados... no las respondo