I\'m trying to open a new window like so:
$(\'#wrapper\').click(function() { window.setTimeout(function() { //alert(\'hi\'); window.open(
Another workaround Just open a popup with ACCEPT and CANCEL options and attach the window.open action to the ACCEPT button and it will works. It worked for me...