Ver Mensaje Individual
  #5 (permalink)  
Antiguo 22/08/2007, 12:05
van2000
 
Fecha de Ingreso: octubre-2006
Mensajes: 68
Antigüedad: 18 años, 4 meses
Puntos: 0
Re: ayuda con POPUP

Bueno, ya pude solucionar el problema, le agregué target="popup" y window.open, aqui esta el resultado..

<form name="form1" method="get" target="popup" onsubmit="window.open('', 'popup', 'width = 780, height = 540')" onSubmit="popup(this.action, 'popup',540,780); return false; " action="pagina2.asp">

y ya funcionó.. Muchas gracias por su ayuda!!! Saludos!!