View Single Post
  #10 (permalink)  
Old 12-10-09, 08:40 AM
job0107's Avatar
job0107 job0107 is offline
Community Liaison
 
Join Date: Dec 2006
Location: Tacoma, Washington USA
Posts: 3,454
Thanks: 0
Thanked 140 Times in 137 Posts
Quote:
Originally Posted by PopSmith View Post
I have a couple of questions regarding using this timer:

1. I've noticed that if a user was to clear their browser sessions the timer seems to reset itself since that is were it's being stored. Is it possible to combine this script with something like AJAX to store the timer so it won't reset if a user clears their session?
I suppose you could use a file to store the end time instead of a session variable.
Quote:
Originally Posted by PopSmith View Post
2. Would it be possible to have multiple timers that are independent of one another, just as an example six of them, with this code or would more code be needed?

Something like <input id="clock" readonly> and <input id="clock_2" readonly> etc.
Yes it would be possible to have more than one timer going at once.
But it would require additional programming.
__________________
Jerry Broughton
Reply With Quote