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 --
-- MM Page -- End --
-- New Win -- Start --
win = window.open("real_url", "real_win", "width=xx,height=xx");
win.moveTo(x, y);
window.close(); //
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
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 di
3 matches
Mail list logo