Javascript progress bar
Posted
by srinath
on Stack Overflow
See other posts from Stack Overflow
or by srinath
Published on 2010-04-01T09:09:36Z
Indexed on
2010/04/01
9:13 UTC
Read the original article
Hit count: 477
I want to have a progress bar (e.g. 200 links total, 20 done, therefore 10% complete). The bar should show when i click on button "validate now" .
My requirement is to check 2000 urls which are working or not . This was taking a lot of time while executing in program . so i need to show a progress bar on user end to know the status
Can any one please help me using on javascript .
thanks, sri..
© Stack Overflow or respective owner