barkster Posted June 21, 2006 Share Posted June 21, 2006 I trying to make a page allows users to edit information that is stored in a session by clicking on a link that opens a new window that contains the stored values. When they are done and save I want it to close the newly opened window and refresh the parent page. Is this possible? Link to comment https://forums.phpfreaks.com/topic/12570-refresh-page-from-window/ Share on other sites More sharing options...
michaellunsford Posted June 27, 2006 Share Posted June 27, 2006 [code]<script language="javascript">window.opener.location.reload(true);window.close();</script>[/code] Link to comment https://forums.phpfreaks.com/topic/12570-refresh-page-from-window/#findComment-50259 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.