Mike6979865
Posts: 0
Joined: Fri Jul 11, 2014 3:53 pm

Countdown Timer

I need to implement a countdown timer. Do you have any suggestions where to start? I need to set it at 5 min, with a reset button and Start button, and once it reach 5 minutes to alert.

Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

Countdown Timer

Mike,

Please read up on JavaScript setInterval and setTimeOut functions .... That should get the thought process started.

Best
Bruce

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

Countdown Timer

Hi Mike,

setTimeout(function()

What do you want to do here... and time.. as miliseconds

);

Goodluck

Return to “Issues”