The report was originally posted on SAC forum.
Google utilizes a new way to track clicks without bringing additional options to the url.
Put following scripts into each pages
<script>
<!--
function clk(ss) {if(document.images){
(new Image()).src="http://www.xxx.com/insert.php?root=";+ss;}return
true;}
//-->
</script>
and each url in the page should as following:
<a href="http://aaaaaaaa"; onmousedown="return clk('page1')">
Posted by md at July 28, 2004 01:59 AM