Hi,
I want to send some header information to re-direct to a different URL, but
I also need to specify the target="_top"
Something like:
header("Location: ./home.php; Target=_top");
The above doesn't work, I suspect the "Target" syntax doesn't exist in this
scenario?
TIA,
Chris