Ver Mensaje Individual
  #10 (permalink)  
Antiguo 23/05/2011, 13:15
Avatar de RIVERMILLOS
RIVERMILLOS
 
Fecha de Ingreso: marzo-2010
Mensajes: 1.336
Antigüedad: 14 años, 1 mes
Puntos: 15
Respuesta: No abre en otra venta con el target.

La solcion es mas o menos asi como en link que me pasaste.


Código Javascript:
Ver original
  1. $("#FtypePay").attr("target", "WPayl");
  2.    var action=$("#FtypePay").attr("action");
  3.    window.open(action, "WPay", "width=800,height=600,scrollbars=NO");
  4.    $("#FtypePay").submit();


saludos