I am in a hotel, where the internet connection has to be refreshed every hour. So after every hour a web page comes up and I have to click on a continue button and then continue to surf.

How can i automate this refreshing, because I keep things for download and they stop after one hour.

Any program / tool that can help me do this?

link|improve this question
feedback

migrated from serverfault.com Mar 24 '10 at 18:52

This question came from our site for system administrators and desktop support professionals.

4 Answers

You can use this Firefox extension.

link|improve this answer
feedback

maybe by this: http://www.pagereboot.com/

link|improve this answer
feedback

you could possibly use autohotkey and make a script to click on that certain place every 59 minutes.

link|improve this answer
feedback

Create a twill script (http://twill.idyll.org/) that submits the form automatically and cron/schedule it to run every hour.

That said, they're probably doing that to stop guys like you from setting up a big download!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown