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> Quote 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 (edited) <body onload="parent.jQuery.prettyPhoto.close(); parent.location.href=parent.location.href;"> Edited February 13, 2013 by brooksh Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.