views:

36

answers:

2

Hi there,

I'm building a Useful Links database for a Classic ASP site. The table has the usual ID, Title, URL, Description, DateAdded and DateModified. I also want to record in the table each time a link has been clicked or viewed.

I wondered if anyone had built such a system or knows of a way that I could accomplish this?

Thank you.

Neil

A: 

Try Google analytics! With no need for database...

Chocol8
A: 

You could create a redirector page that records the click then redirects the user on to website. eg: /LaunchSite.asp?Site=www.site.com

Mark Redman