positioning a popup in last known x/y
I have a script that centers a popup great. What I am interested in finding out how to do is this...
After the initial popup, the user either moves the window to another screen location or closes it. Then, have any new popup requested from the parent window:
1. the new window postioned in the last known x/y position of the previous popup/child window; whether it was closed or is still open
Is this possible and how would i go about doing this?
