Hey up!
I have wrote a script that forces a download of any file passed to it and works like a little beauty - so far
This is acheived in the usual way by using the header() function.
The problem occurs after the download has took place. The site is using frames and the frame on the left changes the content in the centre frame by clicking on a link. Nothing special there! Having completed the download, the left frame no longer changes the centre frame until the centre frame has been manually refreshed.
So the question is:
Do you know how to either redirect the page after a forced download [thus performing a refresh] or how to make the page refresh after having completed the download?
I tried adding some javascript after the php, but that was no use nor was trying to do a header("Location...."
.
Help!
Rob
I have wrote a script that forces a download of any file passed to it and works like a little beauty - so far

The problem occurs after the download has took place. The site is using frames and the frame on the left changes the content in the centre frame by clicking on a link. Nothing special there! Having completed the download, the left frame no longer changes the centre frame until the centre frame has been manually refreshed.
So the question is:
Do you know how to either redirect the page after a forced download [thus performing a refresh] or how to make the page refresh after having completed the download?
I tried adding some javascript after the php, but that was no use nor was trying to do a header("Location...."

Help!
Rob