Is there a script or program that automatically clicks on a website link for the user ?
Is there a Javascript, PHP, Coldfusion script that will execute a command that will automatically click a link on a webpage for the user. Similar to how the those automated pop up windows pop on the screen when you visit some sites. But I don’t want a pop up window. What I want to achieve is by visiting a site it will trigger an action to click and open a webpage multiple times.
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="REFRESH" content="0; url=http://www.yourlinkaddress.com> </HEAD>
<BODY>
Optional page text here.
</BODY>
</HTML>



<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="REFRESH" content="0; url=http://www.yourlinkaddress.com> </HEAD>
<BODY>
Optional page text here.
</BODY>
</HTML>
References :