Angelo Zanetti wrote:
Hi all,

I have a PHP script that uses a header("Location: http://"; . $href);
        statement that redirects to another page. The problem I have
is that I need this new page to open up in a new window, as the PHP is
being called from an IFrame. Is there a way the Header statement can do

Nope.

it? or is the header statement the incorrect way to perform this
function?

Incorrect in the way that it can't do it.

--
By-Tor.com
...it's all about the Rush
http://www.by-tor.com

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



Reply via email to