RE: [PHP] Open a new window by code

2002-08-25 Thread Dan Harrington
You can't with PHP exclusively as far as I know. But you can do this: ? print( script language=\JavaScript\ !-- window.open(foobar); //-- /script); and it will open a new window. -Original Message-

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