Click to See Complete Forum and Search --> : Progress Bar


sunilaklujkar
08-04-2003, 01:07 AM
Hello,

I am generating an excel sheet and also emailing it through the server itself. This process takes some time and I would like to display the progress bar while this takes place. I copied the code of the progress from this website, but the problem is that first the excel sheet is generated and mailed and AFTER THAT the progress bar is displayed. I have called the progress bar function in the Body - OnLoad parameter.
Please tell me how to use this.

Khalid Ali
08-04-2003, 07:33 AM
it will be rather difficult to suggest a solution unless actuall excel loading is viewed.
It seems like excel is created before the onload event is triggered,so you will have to find a way to run the bar at the same time when spread sheet is being created and the progress bar is shown.
If all of this do not make sense...:D
.......

then zip up the resources and upload them, so that some one actually work on it.