Hi, Is it possible to use jQuery to track advert clicks? I have adverts that appear on certain pages of my site. Whenever someone clicks on an advert, I would like to record this as a new entry in a database table (tblAdvertClicks).
I know I could pass the visitor to a processing page then forward them on to the advert destination, but I want the link to do directly from my site to the advertisers - without a 3rd page being involved (this is for SEO purposes in case anyone is interested). Someone suggested jQuery could do this. Can anyone help?