Hi
I've got the following problem: I'm using a php page inside a frameset. Regular redirection within the same frame (using header("Location: blabla") works fine;
What I can't get to work is redirecting so that the next page replaces the frameset; at least not in a way that appeals to me (that is, using php to write a javascript function that is called by the body onLoad event). Is there a way to do it with header()?
I tried appending a target:top / blank whatever to the "Location: xxx" but that doesnt seem to work.
Any help would be appreciated.
<> Gernot <>