G
Guest
Maybe I should have been more precise.
Page1.asp does a window.open in client side vbscript. It then does a post to page2.asp
Page2.asp may take 5 minutes to process and when it is complete I want to close the window
that was opened by Page1. The idea is to put a message on the screen so the user doesn't close
Page2.asp while it is still processing. Any ideas?
Page1.asp does a window.open in client side vbscript. It then does a post to page2.asp
Page2.asp may take 5 minutes to process and when it is complete I want to close the window
that was opened by Page1. The idea is to put a message on the screen so the user doesn't close
Page2.asp while it is still processing. Any ideas?