ASP.NET or Wordpress plugin question

teamversion

New member
Jul 24, 2010
79
0
0
Australia
htmlpress.net
There's a proposed URL directory website where the owner wants to keep track how long a visitor has viewed a website that is loaded after clicking on a link from the URL directory website.

(Anyone with a website can join this URL directory website and have their site listed here.)

Is it feasible to track the duration without putting any scripts on the website that just joined?
 


Yeah. settimeout and an XMLHTTPRequest call is the most fail proof way to do it. Otherwise, you'll have to estimate between link clicks and just discard the last one (because who knows when they left).