need script : countdown waite before download link.

Discussion in 'JavaScript' started by hasanbasri, Oct 16, 2011.

  1. #1
    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
     
    Solved! View solution.
    hasanbasri, Oct 16, 2011 IP
  2. #2
    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.
     
    Rukbat, Oct 16, 2011 IP
  3. hasanbasri

    hasanbasri Peon

    Messages:
    78
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you

    solved depending on your advice
     
    hasanbasri, Oct 17, 2011 IP