Just as the title suggests I would like to position the second popup/child window in the last known x/y location the user has dragged it from.
At the moment I am using a js function to position all popups (at this point I am using the same name for each as to reload new content) centered. I would like the user to be able to take that first popup and drag it anywhere on their screen, then if they happen to close it or request new info, my app will postion the new content to their preferred screen location (x/y). Is this possible??