Hello Dale,
I have been looking at the AutoIT help file for the 2nd example under _IEAction that you recommend to deal with this issue, but I am unsure how it applies if you are dealing with an _IEImgClick that leads to a pop-up (which I am in my case). I'm not sure what I should substitute for
$oSubmit = _IEGetObjByName($oIE, "submitExample")
How do I translate an image click into an object that can be sent a "click"?