I have tried to create a link with target _blank and do a .trigger('click') and that does nothing(not even try to open new window, i mean nothing, there is another post about that). I have also tried to do the same thing by creating this a form like:
<form id="redirect_form" target="_blank" method="get" action="<?php echo $url; ?>"></form> and do .submit() but that get blocked by popup blocker. The thing that i am doing is that someone submits a form and collects data and then on the submit and opens up a new page to whatever site they choose but still want to keep my page open if they want to open another page, is there any way to do this without being blocked by popup. Well i know it is possible because bookingbuddy.com does it but need to know how. -- View this message in context: http://www.nabble.com/open-page-in-new-window-without-popup-blocking-me.-tp15600463s27240p15600463.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.