Forum Moderators: DixonJones
There is a better way - one that google uses. Do a search on google for onmousedown tracking.
onmousedown="return click(this.href)"
function click(n)
{ if(document.images){ (new Image()).src="/cgi-bin/script.cgi?"+n; } return true;}
to pass the query to the script
It seems like they haven't worked out too well for a lot of webmasters on the recieving end of the deal.