erknrio
3/31/2015 - 11:36 AM

Abre un pop-up, es bloqueado por navegadores como Chrome From http://stackoverflow.com/questions/5141910/javascript-location-href-to-open-in

Abre un pop-up, es bloqueado por navegadores como Chrome From http://stackoverflow.com/questions/5141910/javascript-location-href-to-open-in-new-window-tab

window.open(
  'https://mydomain.com/index.php/?param1=X&param2=Y',
  '_blank' // <- This is what makes it open in a new window.
);