click counter

S

Steve

I need to track the number of clicks on certain graphics
that are links to other sites. I'd like to be able to
store this information in an Access database, or somewhere
else. I need to report on the number of clicks at the end
of the month.

what is the best way to accomplish this.
 
J

j

Instead if hyperlinking to the site directly, link it to a script on your
site which logs the info in some file and redirects the person immediately
to the site. For example:

The countlink.asp script could read the id value, increment the counter for
that page and do a redirect to the actual site.

Jay
(e-mail address removed)
http://www.tequila-stuff.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top