brooksh Posted February 12, 2013 Share Posted February 12, 2013 I'm using pretty photo. I want to refresh the parent page when I close the modal window which is an iframe. This script closes the modal, but does not refresh the parent frame. <a href="#" onclick="window.parent.jQuery.prettyPhoto.close();">Close</a> Link to comment https://forums.phpfreaks.com/topic/274377-refresh-parent-page-on-close/ Share on other sites More sharing options...
brooksh Posted February 13, 2013 Author Share Posted February 13, 2013 <body onload="parent.jQuery.prettyPhoto.close(); parent.location.href=parent.location.href;"> Link to comment https://forums.phpfreaks.com/topic/274377-refresh-parent-page-on-close/#findComment-1412106 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.