count down in jsp
I want to make a simple count down like 1% then it replace with 2% and so on.. in my jsp p开发者_Python百科age. Actually i want to show progress of a process. Is any one can help me..
Thanks
I would suggest to use the progress bar component of jquery ui: http://jqueryui.com/demos/progressbar/
If the process you want to monitor runs on the server, you might have to have some kind of javascript background job, that asks the server for the current progress every say 3-5 seconds and updates the progress bar.
精彩评论