Javascript progress bar
- by srinath
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..