ramoth 0 Report post Posted February 3, 2009 Hi, could anybody help me create a script that finds all the links on a page, opens the first link and waits a while then closes the page and moves onto the next link? I'm big on these charity sites where you click to give food but it gets tedious clicking day in and day out. Share this post Link to post Share on other sites
Golbez 1 Report post Posted February 4, 2009 have you even made an attempt to try coding it yourself? if not the helpfile is your friend Share this post Link to post Share on other sites
ramoth 0 Report post Posted February 4, 2009 have you even made an attempt to try coding it yourself? if not the helpfile is your friend Yeah sorry, I meant to post up what I had. It's okay now though as I've figured out what I was doing wrong! I tried: $oIE = _IECreate ($s_Url = "site") Rather than: $oIE = _IECreate ("site") Share this post Link to post Share on other sites