Hmmm...no. Sorry for not being more articulate, Kaht.
Here's what I'm essentially trying to do (it's for a javascript-based game, in case you're wondering why the h*ll I would want to do such a convoluted thing):
• Main Window opens Popup #1 which contains a form user enters info into and will continue to do so from time to time throughout session (so it has to stay open, though not necessarily in focus).
• At different times, various links in Main Window open Popup #2, #3 or #4, etc. depending where the user clicks, each containing different info. I've got that much working already. What I need is:
• Ideally, when any of these other Popups are closed (#'s 2, 3 and 4, etc.), I would then like Popup #1 to automatically come to the front as the user must enter info from the various other Popups into Popup #1, adding to any info the user previously entered there. So Popup #1 has to remain open and must not refresh its contents when it comes to the front each time, as the user's info has to remain for the duration of the session. (Basically, the same as if he had clicked Popup #1's button on the taskbar to regain access to it.)
That's about it. At any rate, thanks for your interest. I've stumped about everyone (including myself).
~P.J.F.