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
refreshing the top page
Moderator: General Moderators
-
d3ad1ysp0rk
- Forum Donator
- Posts: 1661
- Joined: Mon Oct 20, 2003 8:31 pm
- Location: Maine, USA
- scorphus
- Forum Regular
- Posts: 589
- Joined: Fri May 09, 2003 11:53 pm
- Location: Belo Horizonte, Brazil
- Contact:
Not sure but you could try
Hope that helps,
Scorphus.
Code: Select all
window.parent.location.reload();Scorphus.
-
d3ad1ysp0rk
- Forum Donator
- Posts: 1661
- Joined: Mon Oct 20, 2003 8:31 pm
- Location: Maine, USA
- scorphus
- Forum Regular
- Posts: 589
- Joined: Fri May 09, 2003 11:53 pm
- Location: Belo Horizonte, Brazil
- Contact:
Try this:
Cheers
Scorphus.
Code: Select all
window.parent.location = 'index.php?page=something';Scorphus.