Anyone care to let me in on what I am missing here?
or
Neither seem to work,
Returns the following in the console:
--> IE.au3 V2.4-0 Warning from function _IEImgClick, $_IEStatus_NoMatch
[ autoit ]
#include <IE.au3> Local $oIE = _IECreate('http://www.doitbest.com/StoreLocator.dib') _IEImgClick($oIE,"searchforstore.gif","src") _IELoadWait($oIE)
or
[ autoit ]
#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