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 Quote Link to comment 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(); Quote Link to comment 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.