Active
Project:
Javascript Countdown Timer
Version:
6.x-2.9
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2010 at 20:16 UTC
Updated:
15 Mar 2010 at 20:16 UTC
Hi -
I'm using the countdown timer with the autologout module... I would like to give users the chance to add more time before they are automatically logged out for inactivity.
Any way to create a "give me more time" link easily w/ javascript that would update the countdown to replace the page load time with the current time w/o actually reloading the page? I know this is probably way off, but I was thinking of something like:
<a href="#" onclick="this.countdowntimer.date = getDate(); return false;">I need more time!</a>
Thanks!