CodingForums.com
>
:: Server side development
>
PHP
> Header Question
PDA
View Full Version :
Header Question
reub77
07-05-2003, 06:45 PM
How do I get -
Header("Location: url.html");
to open in a new window?
Spookster
07-06-2003, 12:37 AM
You don't. Not with any serverside language that is. You would need to use javascript which of course you could use PHP to write out a javascript command and send it to the browser.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.