Hiiii EveryBody I've searched for a script like 4shared.com and other download/upload centers which display a countdown counter before the download link appears for the user. nothing good been found. I need this function in JavaScript. Any help please
Use a 1 second setTimeout() to count the seconds. Point it to a "display the remaining time in the DOM" function that decrements the timeout value each time. (Initially set it to the number of seconds you want the user to wait.) When it reaches 0, call the download function. Is there something you can just copy and paste into your site? Probably not.