Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/05/2012, 20:08
Avatar de goteen_mx
goteen_mx
 
Fecha de Ingreso: abril-2005
Ubicación: D.F.
Mensajes: 403
Antigüedad: 19 años, 1 mes
Puntos: 37
Respuesta: onsubmit con popup

Prueba con esto.

Saludos.

Código Javascript:
Ver original
  1. function abrir(pagina) {
  2.      window.open('','window','width=400,height=200,scrollbars=yes');
  3.    return true;
  4. }
  5.  
  6.  
  7. <form name="myform" action="index2.php?accion=filtrar&tab=productos" target="ventanaForm" onsubmit="return abrir('ventanaForm');"   method="post" enctype="multipart/form-data">
__________________
Born to be free.