Jump to content

Recommended Posts

Posted

well i've just found my problem :)

well i've IE6 but a friend have IE7 and he have told me the problem:

it's when he wants to know a link

1   _IENavigate($oIE, "www.google.com")
2   $oLinks = _IELinkGetCollection($oIE)
3   For $oLink In $oLinks
4       $link = $oLink.href
5   ; another piece of code
6   Next

well so the error it's in line 4, in the error msgbox it says "$link = $oLink.href^error // Error: the requested action with this object has failed"

anithing to fix it?

Thank you very much,

olivarra1

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