Jump to content

Recommended Posts

Posted

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?

Posted

Just use ImageClick, the IE object is still valid

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.

101011

[font="Courier New"][center]Me vs. 127.0.0.1 =>> 0:2But I never give up! >:-][/center][/font]
  • Moderators
Posted

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.

101011

The 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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...