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
6 years 36 weeks ago
7 years 22 weeks ago
7 years 34 weeks ago
7 years 37 weeks ago
7 years 38 weeks ago
7 years 43 weeks ago
7 years 51 weeks ago
8 years 1 day ago
8 years 1 day ago
8 years 2 days ago