How to close a pop-up window using PHP? -


A way to close a pop-up window using PHP as a JavaScript function is window.close () ?

The PHP does not work on the client side, therefore ... no.


Comments

Popular posts from this blog

ios - Form Sheet content disappearing -

MySql variables and php -

c++ - an enclosing-function local variable cannot be referenced in a lambda body unless if it is in capture list -