hassank1 Posted December 24, 2008 Share Posted December 24, 2008 -I've a page where there's a link -when I click the link a new popup opens -after pressing a button(ex:submit) in the popup window I want the previous page (that opened the popup) to refresh Link to comment https://forums.phpfreaks.com/topic/138305-open-popup-and-refresh-previous-page/ Share on other sites More sharing options...
rhodesa Posted December 24, 2008 Share Posted December 24, 2008 to open the child window: window.open('child_page.php'); in the child window, to refresh the parent: window.opener.window.location.reload(); Link to comment https://forums.phpfreaks.com/topic/138305-open-popup-and-refresh-previous-page/#findComment-723144 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.