Hi,
I have a frameset with 3 frames.
What I want to do is make it possible for a body onload tag in one of the frames to reload the entire frameset.
First I tried
<body onload="window.location.reload">
but that didn't work, so I tried
<body onload="window.location.href('index.php');'">
but that didn't work either. I have tried using various different version of these and replaced window with top or document but none of them work.
Does anyone have any ideas what I need to do?
Thanks,
Matt