Este código me envía bien el formulario a través del popup en IE 6 y 8 pero no en 7.
Alguien sabe por qué? Gracias.
Código HTML:
var ventana=window.open('blank.html','popup','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,top=170,left=170,width=500,height=500');
document.form_x.action="loquesea.html";
document.form_x.target="popup";
document.form_x.submit();