Off the top of my head, here's the only way I could see doing this:

Convert EVERY link to a form.(yuck)  Or assign an ID to each link and write
a javascript function that monitors for clicks and compares all the ids to
the id of the clicked link(or some such).
Use javascript to set a hidden form field to the user's current time then
submit onClick for the link.
On the next page, onLoad take the users current time, pop a hidden window
that submits the prior time(from the form field) and the current time.
Server side code to compute the difference and store in db.
Take them to the link they clicked if the storage mechanism needs an interim
update page.

I'm sure there are a hundred ways to go about this, and I usually avoid
javascript when possible so I'm not tops with the language.

Just some ideas.

t/


Matthew P. Smith 
Web Developer, Object Oriented 
Naval Education & Training Professional 
Development & Technology Center 
(NETPDTC) 
(850)452-1001 ext. 1245 
[EMAIL PROTECTED] 


-----Original Message-----
From: cftalk [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 09, 2003 8:29 AM
To: CF-Talk
Subject: page load times (not just on the server)...

I am needing to find the page load times from the CLIENT side.  Does anyone
have a tool or know a way to do this?

Brian Yager
President - North Alabama Cold Fusion
Users Group
http://www.nacfug.com
Ground-Based Midcourse Defense JPO
Contractor CSC
(256)313-9397
[EMAIL PROTECTED]


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to