[PHP] http header with target problem

2002-03-11 Thread Michael P. Carel
Hi to all, I have here a problem regarding auto redirecting a Frame supported page upon session timeout. I'm redirecting the page upon session timeout to header(Location:index.php?expire=0); . But i want that to redirect with a specified target tags with TARGET=_top to exit in the FRAME page.

Re: [PHP] http header with target problem

2002-03-11 Thread Analysis Solutions
On Tue, Mar 12, 2002 at 08:08:25AM +0800, Michael P. Carel wrote: I have here a problem regarding auto redirecting a Frame supported page upon session timeout. I'm redirecting the page upon session timeout to header(Location:index.php?expire=0); . But i want that to redirect with a

Re: [PHP] http header with target problem

2002-03-11 Thread Michael P. Carel
You mean this header('Window-target: _top'); header(Location:index.php?expire=0); On Tue, Mar 12, 2002 at 08:08:25AM +0800, Michael P. Carel wrote: I have here a problem regarding auto redirecting a Frame supported page upon session timeout. I'm redirecting the page upon session timeout