I'm trying to click an image in Internet Explorer using VBA, but I can't figure out how to reference it since it has no name.
Thanks for the help!
HTML:
<IMG tabindex="10" *******="ContinueButton()"
onkeypress="ContinueButton()" src="images/btn_continue.gif"
alt="Next Create Page"></TD>
Thanks for the help!