The Admin section is using frames. One left side frame, (100% hieght)
and the content frame. Now to link back to the admin page is easy,
but sometimes it will put the whole page inside the content section.
Leaving 2 left side admin panels.
There's a part where I need a redirect.
I'm using
header( 'Location: admin.php' );Is there a way to insert target="_parent"
in the above code?
Thank you
P.S I'm using PHP
Edited by Hooch, 27 August 2006 - 08:57 PM.
