using location:

using location:

am 13.10.2007 14:48:51 von mantrid

Im using
header("location: http://www.example.com");
to goto a new page
I wish to make it open the new page in a new browser window. How do I modify
the above script to do this?
Thanks
Ian

Re: using location:

am 13.10.2007 15:21:21 von Michael Fesser

..oO(mantrid)

>header("location: http://www.example.com");
>to goto a new page
>I wish to make it open the new page in a new browser window. How do I modify
>the above script to do this?

Not possible. HTTP knows nothing about browser windows.

Micha

Re: using location:

am 14.10.2007 22:40:49 von stragatto

Michael Fesser ha scritto:
> .oO(mantrid)
>
>> header("location: http://www.example.com");
>> to goto a new page
>> I wish to make it open the new page in a new browser window. How do I modify
>> the above script to do this?
>
> Not possible. HTTP knows nothing about browser windows.
>
> Micha

Opening new windows is a javascript task, not a php one.

G.