Forum Moderators: open
Take a look at my site, roll over the links, I don't use blind links so you will be able to see the entire URL and arguments that are passed to the redirect page. Click one of the links, and then go back and refresh, you will see that the number of clicks has been auto-updated. If you need any more help, feel free to ask.
-EMAN
function click(site){
img = new Image();
img.src = 'ht*p://www.another_site_with_serverside.com/tracker.php?site=' + escape(site) + '&referrer=' + escape(document.location);
}
<a href="some_url" onclick="click(this.href)">Link</a>
ps. Not sure if this.href works, but I believe it does.