Question:
I'd like to display a window that pops up and says "Please wait ..." while the script is running and then disappears when the script finishes. I'm looking for something that does not require user interaction.
Solution:
I've used the code posted on this forum in the past for putting up a progress bar while the rest of the code in the script is running. It uses an IE window as a popup type message box. Progress / Activity Bar as a Class There's also an HTA version.
I've used the code posted on this forum in the past for putting up a progress bar while the rest of the code in the script is running. It uses an IE window as a popup type message box.
Progress / Activity Bar as a Class
There's also an HTA version.
Published Sunday, September 16, 2007 9:31 PM by dthomson
No Comments