I am trying to make a script that goes through a series of websites by clicking buttons, etc.
Using _IE, I have it open the first site, enter a login and password, click the image "login" and then get sent to another page. I want it to click another button on that second page, so do I just do the image click function? Or do I have to make a new IE object?