A timer in Java
Hi all, I am building a program for taking tests using servlets and JSP. I need to create a timer that will stay on during the test. The problem is that if I use JavaScrips for this, the timer refreshes every time I click a button on the page. I know that I can use an Applet but the applet/servlet comunication is not that simple. Is there another way to do that? Thanks to all that can help.
Hi all, I am building a program for taking tests using servlets and JSP. I need to create a timer that will stay on during the test. The problem is that if I use JavaScrips for this, the timer refreshes every time I click a button on the page. I know that I can use an Applet but the applet/servlet comunication is not that simple. Is there another way to do that? Thanks to all that can help.