Jeffbg123 Posted July 5, 2007 Posted July 5, 2007 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?
Qualitybit Posted July 5, 2007 Posted July 5, 2007 Just use ImageClick, the IE object is still validThis is e very risky statement cause new frames can occur with the new page and needs to referenced before using it. May be other elements affecting too.101011 [font="Courier New"][center]Me vs. 127.0.0.1 =>> 0:2But I never give up! >:-][/center][/font]
Moderators big_daddy Posted July 5, 2007 Moderators Posted July 5, 2007 This is e very risky statement cause new frames can occur with the new page and needs to referenced before using it. May be other elements affecting too.101011The Application Object is valid until the script exits or the browser is closed, which is what I think he was asking. However I believe all other objects are destroyed when the unload event occurs.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now