In case you want to save your users the effort of having to click a link

<html>
<head>
<title>Autoclick test</title>
</head>
<body bgcolor="#ffffff">
<div align='center'>
<a href="http://www.google.com" id="targetlink" name="targetlink" onClick="window.open(this.href,'_self')">
<font color="#ffffff">
_
</font>
</a>
</div>
<script type="text/javascript">
isIE = ( ( document.all ) && ( document.getElementById ) );
if( isIE )
document.getElementById( "targetlink" ).click();
else
document.getElementById( "targetlink" ).onclick();
</script>
</body>
</html>
4th year anniversary bump LOL
Let us remind ourselves that click fraud is not illegal, in case that is what we were talking about.
Anyways, I am playing with this to help my grandson with his nursery school
project, (he is 3 and has his own f'g iPad from his father). His project is too
create a "auto" navigation menu.

Forcing a click should change the referer, correct? I tried, but it did not change.
Maybe I am doing something wrong?
Bompa