Hi,
I am using frames to display a number of questions in a web form, also making use of PHP. On one page, I wish to re-direct the user to a page, using:
header("Location:file.php");
However, this takes the user to the correct page, but breaks out of the frameset. Can I add additional information such as "target=main", so it uses the frameset, or do it in an alternative way.
Thanks for any help.
Mike