brooksh Posted April 26, 2013 Share Posted April 26, 2013 This opens a new window and opens the url in parent page. I just want to refresh parent, and open new window at the same time. <a href="redirect.php?=34344" onclick="window.location.reload(); window.open(this.href,'popupwindow');" > Quote Link to comment https://forums.phpfreaks.com/topic/277322-open-new-window-and-refresh-parent-page/ Share on other sites More sharing options...
Solution brooksh Posted April 26, 2013 Author Solution Share Posted April 26, 2013 <a href="redirect.php?34344" target="_blank" onClick="window.opener.location.reload();"> Quote Link to comment https://forums.phpfreaks.com/topic/277322-open-new-window-and-refresh-parent-page/#findComment-1426689 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.