I think it's possible if you use ajax to dynamically inject into the second page. It may be a bit risky. If you are familiar with dynamic post requests, try this out.
What you'd have to do is have this kind of php in the header of the page recieiving the request.
for example
<? if ($_POST['link'] == "refresh") {echo "<meta http-equiv=\"refresh\" content=\"0;url=index.php\">";} else {;} ?>
using ajax, I think if this was in the header of a normal page, it should refresh it.
I can make you a mock up and zip send it to you if you have no idea what I am talking about. I am most sure it would be the best way to accomplish this. Be sure that you block external addresses though (in your php).
Last edited by Falkon303; 02-24-2009 at 05:20 AM.
document.write is document.wrong
Bookmarks