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 whether they are working or not. This was taking a lot of time while executing in program. So I need to show a progress bar to the user to know the status.
How can I do it using JavaScript?