[PHP] Open a new window by code

2002-08-25 Thread Alva Chew
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-25 Thread Dan Harrington
- 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

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

[PHP] open a New Window

2002-01-14 Thread Simos Varelakis
Hi to everybody I wonder if is posiblle to open a new predefined size window (new html page) with php code. Thanks in advance for your time. Best Regards Simos

Re: [PHP] open a New Window

2002-01-14 Thread Henning Sprang
Simos Varelakis wrote: Hi to everybody I wonder if is posiblle to open a new predefined size window (new html page) with php code. This won't work with PHP, only with JavaScript Code which may be dynamically outputted by php, which means, you could open windows with a piece of

Re: [PHP] open a New Window

2002-01-14 Thread Rambo Amadeus
no, its not possible. Try javascript - Original Message - From: Simos Varelakis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 14. sijeanj 2002 14:08 Subject: [PHP] open a New Window Hi to everybody I wonder if is posiblle to open a new predefined size window (new html page