processing between 2 windows
I have a main browser window that is an ASP quote page for one of my clients. I am making some changes that have to open a second window to do some server side processing of calculations. The problem is that when I click the SubTotal button on the main window, it processes the second window, but doesn't give the correct total until you click the button again. After much testing, it appears that the main screen calculates before the second window finishes. How can I get the main window to not finish the script until the second window is done? I have tried setting a Session Variable, but again the main window doesn't see it until the second click. Any help you can give is appreciated.
|