Click imagem Button with iframe
Dear , good day.
Need to click a button , but I can not at all.
Below is what I need button click
I need click herer: window.document.getElementById("btnAtivo").src = "../images/botoes/bt_ativo.gif"
I tried:
idoc.document.document.getElementById("btnAtivo").click
idoc.document.document.getElementById("btnAtivo").onclick
Set ElementCol = Idoc.document.getElementsByTagName("img")
For Each elea In ElementCol
If InStr(elea.innerHTML, "../images/botoes/bt_ativo.gif") > 0 Then
elea.Click
Exit For
End If
Next
If you can help me thank you .
code below:
Recent comments
5 years 36 weeks ago
6 years 22 weeks ago
6 years 34 weeks ago
6 years 37 weeks ago
6 years 38 weeks ago
6 years 43 weeks ago
6 years 52 weeks ago
7 years 2 days ago
7 years 3 days ago
7 years 3 days ago