Hello,
While not strictly a PHP question...
I have used the header function to load a new page in a different frame (called "results") as follows:
header("Window-target:results");
header("location:showresults.php");
It works for Netscape, but not for Internet Explorer.
Any ideas appreciated.
Roger