I'm trying to implement a pop-up window that basically informs the user that the system is working while processing a request. The pop-up is launched from the main window immediately after a form is submitted from the main window, then closes automatically as soon as the main window is finished processing. I'm not trying to post anything to the child pop-up window; navigation continues on the main window. The pop-up window is just a basic HTML page with an animated GIF of an hour glass that represents processing. I'm having trouble getting this to work. Does anyone have have some sample code? Thanks!
SAFX
SAFX