I know this is not a Perl question, but to quote the movie An Officer and a Gentleman, "I got no where else ... ta go". I want to invoke a child window, wait for it to return, and then go off to a CGI script. The problem is getting the calling javascript to wait for the child window to close before going to the next line of code.
My problem is the third step happens immediately and I want it to wait until the child window is gone. Any help would be greatly appreciated. Thanks.