views:

1723

answers:

1

Hi, I am developing an online examination using servlets/jsp.I need to add a count down (hh/mm/ss) timer to the questions page that would end the exam and redirects to results page.

I am done with all the other functionalities except the timer one.

Can someone provide some help on this.

Thanks

+2  A: 

Have you tried a JavaScript solution. Its pretty easy to write your own. There is also a ton of examples on the net such as this one.

John Daly