you could use gettickcount() to get the miliseconds.. it'd be pretty easy to store in a DB for later calculations.. Get a tick count when the start button is pushed, and get another when the end button is pushed. Then subtract the 2..
On 2/14/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > Set a SESSION.start variable containg a date/time object when she starts , > then on clicking end compare Now() to that object? > > <!----------------//------ > andy matthews > web developer > ICGLink, Inc. > [EMAIL PROTECTED] > 615.370.1530 x737 > --------------//---------> > > -----Original Message----- > From: Eric J. Hoffman [mailto:[EMAIL PROTECTED] > Sent: Monday, February 13, 2006 9:51 PM > To: CF-Talk > Subject: Session Based Timer? > > > Okay, I am hitting some roadblocks on something that I thought would be > simple, and wonder if anyone has something like this or advice for > completion? > > I have an incoming call, and when the rep accepts the call, she hits a > button on the screen. I can see that "start" or mark a startpoint in a > session variable. > > Now she moves around her screens,looks this up and that, places an > order...and when complete, she would hit the button again marked "End". > > How would I capture that time difference; I assume screen to screen to > screen issues are avoided by doing this...and I would like to output > that session variable on the screen as she traverses to see it is > working and counting up....so screen one: 5 seconds. screen two: 35 > seconds. The screen itself needs no javascript to actually count up. > :) > > Thank you for any insight! I know this should be relatively simple. > -------------------------------------------------------- > > > Eric J. Hoffman > Managing Partner > 2081 Industrial Blvd > StillwaterMN55082 > mail: [EMAIL PROTECTED] > www: www.ejhassociates.com > tel: 651.207.1526 > fax: 651.207.1536 > mob: 651.245.2717 > > -------------------------------------------------------- > > This message contains confidential information and is intended only for > [EMAIL PROTECTED] If you are not [email protected] you > should not disseminate, distribute or copy this e-mail. Please notify > [EMAIL PROTECTED] immediately by e-mail if you have received this > e-mail by mistake and delete this e-mail from your system. E-mail > transmission cannot be guaranteed to be secure or error-free as information > could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, > or contain viruses. Eric J. Hoffman therefore does not accept liability for > any errors or omissions in the contents of this message, which arise as a > result of e-mail transmission. If verification is required please request a > hard-copy version. > -------------------------------------------------------- > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232200 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

