mrt003003 Posted October 11, 2011 Share Posted October 11, 2011 Hi there I have a parent window that if certain php conditions are met it echos a child window. if ...... php condition.....{ echo "<script type='text/javascript'>"; echo " window.open('http://localhost/swb/events.php','new_window1','status=1,scrollbars=1,resizable=0,menu=no,width=1000,height=800');"; echo "</script>"; } After the child window is created the user then uses that window on various different pages within it. I want to make it that when the child window closes the parent page is then refreshed (And if again the php conditions have been meet the child window will be echoed again). The trouble is that the user navagates over various pages within the child window. Can you help me please because im quite stuck. Thank you Link to comment https://forums.phpfreaks.com/topic/248923-help-with-page-refresh/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.