Can I accomplish the following:
1. A child window is opened using window.open.
2. The child window either presents a form or executes some script to do something.
3. After the form is submitted or the script is complete, the child window refreshes or reloads the parent window and the automatically closes.
I can handle 1 and 2, but I am not sure about 3.
Any ideas?
1. A child window is opened using window.open.
2. The child window either presents a form or executes some script to do something.
3. After the form is submitted or the script is complete, the child window refreshes or reloads the parent window and the automatically closes.
I can handle 1 and 2, but I am not sure about 3.
Any ideas?