RE: Bouncing this idea off my fellow developers.

2004-03-02 Thread Harkins, Patrick
yes and then spice it up a little with an automated popup with a progress counter that says something like "Dude, you still there? Hello? Yoohooo!.You better do something quick or you're gonna get booted in . seconds!" Patrick -Original Message- From: Andre Turrettini lots of banks

RE: Bouncing this idea off my fellow developers.

2004-03-02 Thread Andre Turrettini
lots of banks have interfaces that have similar processes. I'd go login to yoru bank and see fi they do it. DRE -Original Message- From: Jim Campbell [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 10:06 AM To: CF-Community Subject: Re: Bouncing this idea off my fellow devel

RE: Bouncing this idea off my fellow developers.

2004-03-02 Thread Lyons, Larry
= '';<br> }<br> //--> > ... > -----Original Message----- > From: Ian Skinner [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 02, 2004 12:03 PM > To: CF-Community > Subject: Bouncing this idea off my fellow developers. > > > I have a re

Re: Bouncing this idea off my fellow developers.

2004-03-02 Thread Jim Campbell
Sure.  Try using onMouseMove(), onClick() and onKeyPress() (I think) applied to .  Anytime something triggers those listeners, it resets your counter.  Of course, all that continuous input could cause some processing problems, but it's worth a shot. - Jim Ian Skinner wrote: >I have a require

Bouncing this idea off my fellow developers.

2004-03-02 Thread Ian Skinner
I have a requirement where a page should automatically log out after a period of inactivity say five minutes.  So I create _javascript_ functions that start a timer and log out the page at the end of the set period of time.  I then start the timer off and running in the body tag's onload property.