tags:

views:

88

answers:

1

Is there a way to close a pop-up window using PHP like the javascript function window.close()?

+6  A: 

php doesn't work on the client side, so... no.

Jonathan Fingland