Hello.
What should I do for auto close blank pop-up window after execute php procedure in form?
I have button on form and JavaScript for it. In JavaScript I use runIt(pCode); for executing some php code.
Then I press this button some annoying window pop-up in background.
Maybe I must add some code to php procedure?
--
Maxim
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Auto close pop up window
Re: Auto close pop up window
Maxim,
at the end of the procedure put..
Steven
at the end of the procedure put..
Code: Select all
print "<html><body onload='window.close()'></body></html>";