MartinCouture
Technical User
<? if(isset($choice)){header("Location:
The problem is that this code is inside a frame and the page that is called up, will show in the same frame, not the whole page.
What I would like to do is add the target="_top" somewhere in there... is that possible... like the <a ... target="_top">
(Why not put the code inside index.php, because I want to keep the default as index.html, so that's why the frame main.php contains the code)
(As an aside, do I have to have a .php for a file extension or can I put php code in a html file and work...)
Thanks
The problem is that this code is inside a frame and the page that is called up, will show in the same frame, not the whole page.
What I would like to do is add the target="_top" somewhere in there... is that possible... like the <a ... target="_top">
(Why not put the code inside index.php, because I want to keep the default as index.html, so that's why the frame main.php contains the code)
(As an aside, do I have to have a .php for a file extension or can I put php code in a html file and work...)
Thanks