Kondwani Spike Mkandawire wrote:
> How can I go about closing a Frame using PHP would this
> be possible considering that PHP is Server Side?
> I am assuming Frame closing is similar to Window
> closing (I am trying to avoid doing this in JavaScript
> in case someone has JavaScript disabled on their browser)...

Closing frames and windows is done client side, so PHP can't do that.
Besides, closing these things is done with Javascript, so you can't around
it if you want to add this functionality.

HTH
Erwin



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to