[PHP] Re: header() and frames

2002-03-07 Thread Alan McFarlane

Nope, that didn't work...

Jim Winstead [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Alan McFarlane [EMAIL PROTECTED] wrote:
  header(location: index.php; target: _top);

 header(Location: index.php);
 header(Window-target: _top);

 jim



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: header() and frames

2002-03-07 Thread Jason Wong

On Thursday 07 March 2002 19:49, Alan McFarlane wrote:
 Nope, that didn't work...

 Jim Winstead [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

  Alan McFarlane [EMAIL PROTECTED] wrote:
   header(location: index.php; target: _top);
 
  header(Location: index.php);
  header(Window-target: _top);

The location needs to be a full URL: 

 http://www.


-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk

/*
Too often I find that the volume of paper expands to fill the available
briefcases.
-- Governor Jerry Brown
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: header() and frames

2002-03-06 Thread Jim Winstead

Alan McFarlane [EMAIL PROTECTED] wrote:
 header(location: index.php; target: _top);

header(Location: index.php);
header(Window-target: _top);

jim

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: header() and frames

2002-03-06 Thread Paul A. Procacci

Does that actually work?  I'm using Mozilla, and it didn't work for me?  :)

Paul

Jim Winstead wrote:

Alan McFarlane [EMAIL PROTECTED] wrote:

header(location: index.php; target: _top);


header(Location: index.php);
header(Window-target: _top);

jim




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php