Re: [PHP] question on Header(location

2003-01-13 Thread Joseph W. Goff
No, I am afraid not.  It will only send a redirection header to the same
page that you are on.
- Original Message -
From: "Don" <[EMAIL PROTECTED]>
To: "php list" <[EMAIL PROTECTED]>
Sent: Monday, January 13, 2003 1:33 PM
Subject: [PHP] question on Header(location


> When I use ---> header("Location: http://www.somepage.com), it redirects
to
> my page no problem.  My question is, is there a PHP trick I can use to
make
> it open in a new browser window?
>
> I'm adverse to using JavaScript as some users may not have it turned on
(odd
> I know but a reality still).
>
> Thanks,
> Don
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.443 / Virus Database: 248 - Release Date: 1/10/2003
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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




Re: [PHP] question on Header(location

2003-01-13 Thread Jason Wong
On Tuesday 14 January 2003 03:33, Don wrote:
> When I use ---> header("Location: http://www.somepage.com), it redirects to
> my page no problem.  My question is, is there a PHP trick I can use to make
> it open in a new browser window?

No.

> I'm adverse to using JavaScript as some users may not have it turned on
> (odd I know but a reality still).

Only javascript can open new a window.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Hotels are tired of getting ripped off.  I checked into a hotel and they
had towels from my house.
-- Mark Guido
*/


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




[PHP] question on Header(location

2003-01-13 Thread Don
When I use ---> header("Location: http://www.somepage.com), it redirects to
my page no problem.  My question is, is there a PHP trick I can use to make
it open in a new browser window?

I'm adverse to using JavaScript as some users may not have it turned on (odd
I know but a reality still).

Thanks,
Don


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.443 / Virus Database: 248 - Release Date: 1/10/2003


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