Forum Moderators: open
it will lead back to some WebmasterWorld articles and others. This is how Google is tracking their outbound clicks.
I adopted this system about a month ago (140,000 clicks per month) to outbound links replacing a 302 redirection script. My link looks like:
<a href="http://www.#*$!.com/ onmousedown="return clk(this.href)">xxx</a>
the javascript is:
function clk(n)
{ if(document.images){ (new Image()).src="goto.php?"+n; } return true;}
gogo.php is a logging script - actually a simpler version of what I used as part of a 302 redirection. You can log what ever you want.