View Full Version : can this be done in javascript ?
optimus3001
08-18-2003, 12:35 AM
hey, this is my first post in this forum, and I need a program that loads the homepage of the browser, then simulate a click on a link on that page , and then reload the homepage, and loop it.. ?
thx..
gabriel
paulstreats
08-18-2003, 02:02 AM
I cant think of why you would want such a program and im not sure if i know what you mean exactly, bt if you make a new html file with the following code and save it as location.html this will do basically what you ask:-
<html>
<body>
<script>
window.location="location.html"
</script>
</body>
</html>
You would have to enter the file location into the default homepage section in your internet options for it to work whenever your internet navigator is opened.
P.S. THE ABOVE WAY OF DOING THIS COMES WITH SOME FLAWS.
#1 ONCE INTERNET EXPLORER HAS LOADED THE PAGE IT WILL CONTINOUSLY LOAD ITSELF - THEREFORE NOT GIVING YOU THE TIME OR THE CHANCE TO ENTER A DIFFERENT URL (THIS IS GOOD FOR SECURITY AS IT MEANS NOBODY CAN ACCESS THE INTERNET UNLESS THEY CHANGE THE DEFAULT HOME PAGE)
#2 I DONT KNOW ABOUT OTHER BROWSERS BUT ONCE THE PAGE IS OPENED IN INTERNET EXPLORER, THE EXPLORER ITSELF CANNOT BE USED IN ANY WAY NOT EVEN TO CLOSE IT. (TO CLOSE INTERNET EXPLORER YOU NEED TO PRESS CTRL+ALT+DEL AND CLICK TO END THE TASK AFTER A MINUTE WINDOWS WILL ASK YOU TO CONFIRM THIS AND THEN CLOSES IT DOWN)
#3 IF THIS PAGE IS LEFT RUNNING THERE COULD BE HARDWARE ISSUES eg. YOUR HARD DRIVE IS CONTINUOUSLY LOADING THEREFORE REDUCING ITS LIFE AND CAUSE OVERHEATING.
optimus3001
08-18-2003, 02:26 AM
hey , but the script shown above will reload 1 page a lot of times, but wont simulate a click on a link on that page.. ? right..
?
paulstreats
08-18-2003, 02:38 AM
do you want to open a new window for every instance that the link reloads?
xhispage
08-18-2003, 04:54 PM
my thought is that you want to use it cuz you get paid per click. here are the instructions : make an .HTM file with only one link one it (this is the link you want to get clicked. and type autosurf under it. SAVE it. the download Autosur from http://www.etailerz.com/autosurf/
configurate it to make the webpage you just created , and try it.
Hope that helps
Xanni
optimus3001
08-21-2003, 03:05 AM
Weeee..!! thx, im gonna try this... !!:)
thx everyone
optimus3001
08-21-2003, 04:04 AM
its almost perfect..
the only thing i dont get is... how to make the *.htm file.. :( well, i make the file put a link on it, then under it i WRITE ? autosurf , or what... how can i make the link to be actually clicked?
thx
fredmv
08-21-2003, 04:07 AM
I prefer using replace:
<script type="text/javascript">
window.location.replace("file.html");
</script>
optimus3001
08-21-2003, 04:31 AM
how can i make the link to be actually clicked..?
optimus3001
08-21-2003, 04:43 AM
woa, now i feel so DUMB , well this is the real thing completely xplained, i want more visits on my page, so i subscribed to a directory of top sites. In this directory I get a better rankinkg depending on the #of votes i get, so.... i already managed to fool the directory by changing the ip of the vote, so there are no repetitions...but i cant be seated all day on my pc making this, so... i need a program that opens the page clicks on the link, that takes you to the directory and.. reload over and over..
now... maybe i can be helped in a better way.. thx..
brothercake
08-21-2003, 05:39 AM
So the whole point of this is to defraud a voting system.
Closing thread.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.