Want to create a macro to click on an image then TD then a in web page.
There are several images but I want to click on particular image which links to a page.
IMG code is something like <IMG SRC="XXX.jpg"IMG>
Also help with clicking of "a" tag
I tried this, but didn't work as I don't know the index number.
htmldoc.getelementbytag("a").click
There are several images but I want to click on particular image which links to a page.
IMG code is something like <IMG SRC="XXX.jpg"IMG>
Also help with clicking of "a" tag
I tried this, but didn't work as I don't know the index number.
htmldoc.getelementbytag("a").click