Skip to main content
May 18, 2009
Question

Countdown Timer

  • May 18, 2009
  • 1 reply
  • 1361 views

Hello~

I am trying to create a timer that will count down minutes and seconds to zero, starting at an amount of time pulled from a database. Once the time reaches zero, I want a button to appear, or to become active. I have done a lot of searching, and can't find anything quite like this. Does anyone have any ideas? Thanks!

KC

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    May 18, 2009

    First search on google for "jquery countdown timer" :

    http://keith-wood.name/countdown.html .

    The jQuery plugin will run the timer on the client side and ColdFusion

    will extract the start date from the database and feed it as a start

    date to the javascript script.

    Mack