Re: [PHP] Open a new window by code

2002-08-25 Thread Justin French

*sigh*

This gets asked EVERY DAY on the list.

1. search the archives before posting

2. PHP is server-side, so there's no way it can interact with the
client-side... try javascript


Justin French


on 25/08/02 4:38 PM, Alva Chew ([EMAIL PROTECTED]) wrote:

> Hi,
> 
> Does anyone know how can i open a new browser window by PHP code?
> 
> Thanks and regards.
> Alva Chew
> 
> 


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




RE: [PHP] Open a new window by code

2002-08-24 Thread Dan Harrington

You can't with PHP exclusively as far as I know.

But you can do this:

  
  ");

and it will open a new window.



> -Original Message-
> From: Alva Chew [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, August 25, 2002 12:39 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Open a new window by code
> 
> 
> Hi,
> 
> Does anyone know how can i open a new browser window by PHP code?
> 
> Thanks and regards.
> Alva Chew
> 
> 
> 
> -- 
> 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