Page is a not externally linkable
JohnKelly - 2:20 pm on Jun 1, 2007 (gmt 0)
Here's the code: <script language=javascript>
I was using a version of a click tracker posted some time ago. It seems to have stopped working around 8pm EDT on May 30th (Wednesday), as clicks were not recorded after that time.
function hit(){
window.focus();
if (window.status){
img = new Image();
img.src = 'http://www.domain.com/clicktrackerscript.php?ref=' + escape(document.location) + '&title=' + escape(document.title) + '&ad=' + escape(window.status) + '&id=MySite';
};
};
document.getElementById("google_ads_frame").onfocus = hit;
</script>