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:

Code:
<a href="#" onclick="this.countdowntimer.date = getDate(); return false;">I need more time!</a>
Thanks!
Jackie

[URL="http://www.javascript****.com/javascript-countdown-timer.html"]Javascript Countdown Timer[/URL]