Jump to content

_IEImgClick does not seem to work (for me anyway)


Recommended Posts

Anyone care to let me in on what I am missing here?

#include <IE.au3>

Local $oIE = _IECreate('http://www.doitbest.com/StoreLocator.dib')

_IEImgClick($oIE,"searchforstore.gif","src")
_IELoadWait($oIE)

or

#include <IE.au3>

Local $oIE = _IECreate('http://www.doitbest.com/StoreLocator.dib')

_IEImgClick($oIE,"Search for Store","alt")
_IELoadWait($oIE)

Neither seem to work,

Returns the following in the console:

--> IE.au3 V2.4-0 Warning from function _IEImgClick, $_IEStatus_NoMatch

Edited by zsutton92
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...