And what does that have to do with mouse clicks? Anything? It seems unrelated.

This seems to be simply a repeat of a question that I answered previously, possibly here or possibly elsewhere. I said then that you should simply get those elements into a collection and then take the second one. You seem to have made no attempt to do that at all. A few minutes of using the Help menu and reading the relevant documentation would have shown you that that All property is type HtmlElementCollection and that type has a GetElementsByName method, that will return a collection of elements with the specified name (name, NOT id). That's your collection, assuming that no other elements have that same name.