MrSandman666
Programmer
Hey folks!
I use a PHP script to process some data in a pop up window.
It kinda works like this: You klick on an "edit" button and a new window opens, with my script in it. The script reads data out of a database and puts it into a form. The user can then edit this data and when he hits "save" the script puts the data back into the database and should close the window again. I just don't know how to close the window! Any ideas?
Any help is greatly appreciated. Thanks in advance.
I use a PHP script to process some data in a pop up window.
It kinda works like this: You klick on an "edit" button and a new window opens, with my script in it. The script reads data out of a database and puts it into a form. The user can then edit this data and when he hits "save" the script puts the data back into the database and should close the window again. I just don't know how to close the window! Any ideas?
Any help is greatly appreciated. Thanks in advance.