Topic awaiting preservation: simple question... (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: under your rug, |
posted 12-24-2002 06:03
can i do the same thing with php? If so what variables do i need? code: function breakout()
|
Bipolar (III) Inmate From: Michigan |
posted 12-24-2002 07:46
no becuase PHP is a server side scripting language and JS is a client side scripting language... the PHP knows nothing about the state of the browser window. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 12-24-2002 13:02
So use HTML : code: <meta http-equiv="window-target" content="_top" />
|
Paranoid (IV) Inmate From: under your rug, |
posted 12-24-2002 18:37
Thanks guys |