Thursday, February 9th, 2012

Is there a script or program that automatically clicks on a website link for the user ?

1

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>

Comments

One Response to “Is there a script or program that automatically clicks on a website link for the user ?”
  1. antagonist_online says:

    <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 :

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

*