Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi


Im developing a simple online test application.What im doing is store randomly taken questions from database in a string array and put it in a session object.Similiarly score and question counter is in session.when user answers a question by clicking the next button request gone to controller page where scores and marks are updated and again reload the test page with new question.my problem is when i insert a javascript code in test page,and the request for test page came from controller timer is resetting.is there any way to get a countdown timer.Without timer application works fine..
Posted

1 solution

There are few Javascript based timers that you can look at. For example: How do I create a JavaScript countdown timer on my Web page?[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900