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/12569-refresh-page-from-window/ Share on other sites More sharing options...
trq Posted June 21, 2006 Share Posted June 21, 2006 Yes... using javascript. Your in the wrong forum. Link to comment https://forums.phpfreaks.com/topic/12569-refresh-page-from-window/#findComment-48158 Share on other sites More sharing options...
mainewoods Posted June 21, 2006 Share Posted June 21, 2006 I think this will work:[code]<body onunload="window.opener.location.reload();">[/code] Link to comment https://forums.phpfreaks.com/topic/12569-refresh-page-from-window/#findComment-48266 Share on other sites More sharing options...
barkster Posted June 22, 2006 Author Share Posted June 22, 2006 Thanks I'll try it. Link to comment https://forums.phpfreaks.com/topic/12569-refresh-page-from-window/#findComment-48323 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.