Re: [PHP] Any way to use header() or another function to force user to "top level"

2008-01-14 Thread Richard Lynch
On Sat, January 12, 2008 9:42 pm, Chuck wrote: > I have some code doing some checks that sit inside div tags using href > elements: > ... > > >Panel1 > ... > > In code.php, if various conditions aren't met, this script will do a > bunch of house cleaning, logging, then redirect using

Re: [PHP] Any way to use header() or another function to force user to "top level"

2008-01-12 Thread Anup Shukla
Chuck wrote: That is exactly what I am using now but the location I am redirecting to is loading within the tags and at the top level of the browser. Are you using AJAX to load the page? -- Regards, Anup Shukla -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://

Re: [PHP] Any way to use header() or another function to force user to "top level"

2008-01-12 Thread Jim Lucas
Chuck wrote: That is exactly what I am using now but the location I am redirecting to is loading within the tags and at the top level of the browser. -CC On 1/12/08, Jim Lucas <[EMAIL PROTECTED]> wrote: Chuck wrote: I have some code doing some checks that sit inside div tags using href elemen

Re: [PHP] Any way to use header() or another function to force user to "top level"

2008-01-12 Thread Chuck
That is exactly what I am using now but the location I am redirecting to is loading within the tags and at the top level of the browser. -CC On 1/12/08, Jim Lucas <[EMAIL PROTECTED]> wrote: > Chuck wrote: > > I have some code doing some checks that sit inside div tags using href > > elements: >

Re: [PHP] Any way to use header() or another function to force user to "top level"

2008-01-12 Thread Jim Lucas
Chuck wrote: I have some code doing some checks that sit inside div tags using href elements: ... Panel1 ... In code.php, if various conditions aren't met, this script will do a bunch of house cleaning, logging, then redirect using header("Location: /some_url"). My problem is that

[PHP] Any way to use header() or another function to force user to "top level"

2008-01-12 Thread Chuck
I have some code doing some checks that sit inside div tags using href elements: ... Panel1 ... In code.php, if various conditions aren't met, this script will do a bunch of house cleaning, logging, then redirect using header("Location: /some_url"). My problem is that /some_url comes