I need a countdown timer from 3 minutes to that has 2 events.
1] When timer reaches 0, Event1 fired "Time Up" message
2] A specific user action, Event 2 fired, timer reset to 3 minutes.
The problem I have is how to display the clock to the user but yet have the application retain control. I don't want the user to be able to get around the logic of the timer and reset it to 0 or simply skip over the timer altogether. For example if I use an ajax control the user can override this by turning javascript off. How would I go about ensuring that the user sees the timer and all events are fired as they should be?
Thanks for replies