Now it's more complicated than that. I know how to close a window. I have a javascript file (A)from a Cognos cube which parses id's and opens a modeless dialog box (😎 which opens another window (C) to make use of the request.form object.(Had a 255 URL limit) This process can take awhile because of the size of data. I am popping up a window(D) from the javascript file telling the user to be patient while the data loads and would like it to close when the other modeless dialog box opens the new browser window(C). Is this possible? Not sure how this window can detect when another window opens a new window. Window D is not linked at all to B or C. I can't open D from B because getting B open can take awhile and then B opening C can take a while.)
KEY:
A= js file (Doesn't have form tags)
B= Modeless dialog window
C= Final Browser window
D= Please be patient window