Hey folks. The boss is away and things keep coming.
I have a question for those javascript experts out there. We have this timer that we use in our Change Request application. The timer counts down the time a user spends entering data, which I have set at 30 minutes. Within 10 minutes of expiring, I prompt them to restart the session, otherwise it is terminated. Presently, I am able to get the timer working and prompting the users. The problem is that when the alert comes up, my timer stops ticking with only the alert on screen. What I would like to do is to have the timer continue to count down and if they don’t click ok, go ahead and terminate the session at 30 minutes. Or at least prompt them that the session is terminated.
Here is my code.
David…(using Cygnus’ account)