Loading progress bar
Hello I am doing sevreral scripts like sending a newsletter that might
take a while to finish first to prevent the browser from timing out and
to keep the user informed of the process progress I want to use a
loader progress bar. I did a plain expanding gif but the problem is
that it prevents me at the end from redirecting.
Do you have in mind any nice script that might do that? AJAX would be a
good solution. Or something that will pop up... I don't know what to
think. It is the first time I am doing that.
The progress depends on the loop progress ... so a simple counter and
count(array) would be enough variables to create something.
If you've done something similar you'll know what I am talking about.
Thanks
.
Relevant Pages
- Re: Display In Process page when calling async WebService
... The problem with ASP.NET is when a "In Progress page" is displayed, ... the code behind class doesn't know which browser it should communicate ... to (because it ended response to the browser thus the client browser is ... >> from aspx and display a temperary page before the web service ... (microsoft.public.dotnet.framework.webservices) - Re: Problem using Commons fileupload for progress bar with Javaworld example
... I'm using Apache Commons for FileUpload to do a progress bar using ... Once you start writing response back to the browser, the browser sees it as the end of the request, and it causes the upload in progress to be terminated too soon. ... The selected file is sent to the FileUploadServlet on the/your webserver. ... (comp.lang.java.programmer) - Re: run time info about another thread
... providing a timeout limit with the request. ... interested in timing out the thread, you are interested in timing out ... being checked on may not actually run within the specified time limit - at ... You mean the *job* being checked may or may not make forward progress. ... (comp.os.linux.development.system) - Re: Active x progressBar
... tested it with file menue preview in browser. ... is the empty progress bar. ... how to get the bar to track progress of something. ... (microsoft.public.frontpage.client) - Re: Problems flushing my buffer! (perl)
... I read the perl faq and saw that by setting $| true ... And a web browser ... But neither of these has _ANYTHING_ to do with Perl but would happen ... the progress it is making from time to time and have that appear in my ... (comp.lang.perl.misc) |
|