Prueba con esto.
Saludos.
Código Javascript
:
Ver originalfunction abrir(pagina) {
window.open('','window','width=400,height=200,scrollbars=yes');
return true;
}
<form name="myform" action="index2.php?accion=filtrar&tab=productos" target="ventanaForm" onsubmit="return abrir('ventanaForm');" method="post" enctype="multipart/form-data">