Jump to content

Help with page refresh


mrt003003

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.