0
votes

I'm trying to click this button (in the code at the end)

The thing is that, as you can see, i only have the ID, so i canĀ“t use IE.Document.getElementsByName("xxxx").Item or IE.Document.getElementsByTAG("xxx").Item wich are the code i usually use to click a button.

Can anyone help me?

Many thanks in advance

    <TD id=copyCell>
      <BUTTON id=copy title="Copy grid to clipboard" class=dbnetgrid><IMG 
      id=copyImg 
      src="http://mxfrvwwinpro001.mx.corp/tsnet1/images/copy.gif"></IMG>
      </BUTTON>&nbsp;
    </TD>
1

1 Answers

0
votes

Try IE.Document.getElementById("xxx").click.