Re: [PHP] closing a browser-window with php

2002-06-26 Thread Gerard Samuel
No, php do not open and close windows. But you can use php to echo javascript that will open and close windows... nik crosina wrote: hi news group my first post, so please be gentle ;-) my problem is that i have to open a browser page of specific size and coordinates from a macromedia

RE: [PHP] closing a browser-window with php

2002-06-26 Thread Peter
Nik, for that you will have to use JavaScript as PHP is server side only .. not Client side Cheers -Original Message- From: nik crosina [mailto:[EMAIL PROTECTED]] Sent: Thursday, 27 June 2002 12:12 PM To: [EMAIL PROTECTED] Subject: [PHP] closing a browser-window with php

RE: [PHP] closing a browser-window with php

2002-06-26 Thread Martin Towell
use javascript... php can't interact w/ the browser unless you go through js or vbs so you'd do something like this: -- MM Page -- Start -- !-- content here -- !-- MM Object that opens window (New Win) -- -- MM Page -- End -- -- New Win -- Start -- script win = window.open(real_url,