Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tracking links

Status
Not open for further replies.

DKL01

Programmer
Sep 14, 2000
233
0
0
US

Hi,

In our web application we are tracking the user information by writing the User ID, Time Stamp into database. User ID is being derived from Request.ServerVariables("LOGON_USER"). This code is on the server-side script.

We also have few links on ASP page. These links are word, excel documents residing on virtual directory. We need to track which user is viewing which link. I was wondering what could be the best method to implement tracking of links. I really appreciate any ideas/suggestions.

Thanks
 
You could have the link go to an ASP page that logs which user is viewing which document, then redirects to the actual document. On the user's side they wouldn't notice anything, unless they tried to do a right-click and "save target as"... in which case they'd get your ASP page output (which would be blank).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top