Jump to content

Recommended Posts

Posted

Thanks to all the people who contributed to this topic, and especially Dale, for his last post.

The new code works great, just those few lines made a difference to the _IEAttach command, it was a timing issue.

Do
    $oIE_cpu = _IEAttach("http://www.tomshardware.com/cpu/index.html", "url")
    Sleep(1000)
Until IsObj($oIE_cpu)

_IELoadWait($oIE_cpu)

Would welcome some comments.....

John....

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