Hi all-

I'd like to record the time that a user accesses a particular page
that is served up by trac.  The user will give some inputs and submit,
with a post request being handled by the same script.

It seems like the best way to do this would be to store away the form
token and start time and then when the submission takes place, take
the difference in times for that token.  I know I can access the form
token after the template page has been served (at post time) but is
there a way to grab the token before the template is served?  Or
alternatively, is there a way to save off the time using an onLoad in
javascript?

Thanks for your help.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to