refreshing the top page
Posted: Thu Oct 23, 2003 8:28 pm
I have my main page (index.php) that has a frame in it (called "sw_frame") and when I load a certain page in the frame, I want it to refresh the index.php page
Thanks
Thanks
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
window.parent.location.reload();Code: Select all
window.parent.location = 'index.php?page=something';