Search engine

Question by JRoadBen:
Is it possible to right a script that executes commands on a website?

I was wondering if it is possible to write a script that would automatically fill a form and hit the submit button on a website at preset times during the day. If such a thing is possible, what language would you use to write the script?


——————————————

Answer by jascotty
try a macro script.. i like AutoHotKey http://www.autohotkey.com/ (free)

not too difficult to figure out the syntax, and you could get it to run on a personal with a browser to do what you are asking

——————————————
Add your own answer in the comments!