Hello all,
I've searched all over the net and was unsuccessfull at clicking a button that has the same name as another button in the IE Document form, just different values. Here's the source code of the website:
How does one submit that specific button (the Download button) in that form? Thank you so much!
ie.Document.getElementById("action").Value("Download").submit doesn't work and I can't reference it
ie.Document.getElementById("action").Value = "Download" just names the other button "Download" and errors out when submitted.
Maybe I need an "onmousover" type event? Thanks in advance for any help. The attachment shows what the website looks like.
Bookmarks