I am using the header function to redirect once I have done some processing. The thing is I would like to specify a target destination, namely _top so that I can break out of a Frame. How do I do this?
thank you very much for any help
Hi!
I think that you have to do this in where you make the call: <a target="_top"...></a>
Or you can do a remote scripting: write javascript code from php, like echo "<script>window.parent.location.href=\"test.php\";\n</script>";
csao almi