Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/02/2007, 12:37
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 6 meses
Puntos: 2135
Re: Boton enviar formulario

Esto es algo mas de Javascript y no de PHP, pero haces algo asi:

Código:
<form action="destino.php" method="post" target="nombre_del_popup" onsubmit="return createPopup( 'nombre_del_popup', 'width', 'height');">
La funcion createPopup debe de abrir el popup con el tamaño y regresar true para enviar la forma.

Saludos!