Print Page | Close Window

Recording Time Someone Has Spent

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=15797
Printed Date: 30 March 2026 at 1:37am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Recording Time Someone Has Spent
Posted By: Misty
Subject: Recording Time Someone Has Spent
Date Posted: 12 July 2005 at 2:43am

I already know how to record how long it takes someone to fill out a form. The code for a form would be something like <input type="hidden" name="tmrTimeStarted" value="<%=Now()%>">. The next web page that the form submits to would show you how many seconds you spent filling out that form. The code on the next web page that retrieves this information is: tmrTotalTimeSpent = DateDiff("s", Request("tmrTimeStarted"), Now())

I'd like to know how you can write code to record how many seconds someone has spent on a page that has a certain record from a database (ex: topic.asp?ID=9). I'd like for the information to be recorded in an Access DB. I'd like for the web page to count seconds until the person leaves the certain web page with that record. Does anyone know how I can do this?



Replies:
Posted By: Scotty32
Date Posted: 12 July 2005 at 5:50am
proberly the best way would be to set a Session("TimeSpent")

and then have a file thats included into all pages that works it out, adds it to the database and then either sets a new time for the new page, or you can do that on the acctuall page after the include has processed

if you would like to know which topical they was on, you could have Session("TopicID") and set it when the Session("TimeSpent") is set


-------------
S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins

For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net