2025-03-07, 10:13:21
(This post was last modified: 2025-03-07, 10:45:10 by carlos@agpsoftware.com.)
Hi. The subject was the question: form with no name submit
Wil: amazing. I go to test it. Anyway, your code and your explanations opens a lot of posibilities for me.
Many thanks.
Hi again,
That worked for me. In my next step, I used again your solution:
thisform.oantviewdocument_lista.ElementClickByQuerySelector(".default-btn-shortcode")
And also, worked. But, result opens in a new browser window so i loose control. (target="_blank")
Any help for that?
html: <a class="default-btn-shortcode dt-btn dt-btn-m" href="#" target="_blank"><i class="fas fa-user-lock"></i>MI OFICINA VIRTUAL</a>
Wil: amazing. I go to test it. Anyway, your code and your explanations opens a lot of posibilities for me.
Many thanks.
Hi again,
That worked for me. In my next step, I used again your solution:
thisform.oantviewdocument_lista.ElementClickByQuerySelector(".default-btn-shortcode")
And also, worked. But, result opens in a new browser window so i loose control. (target="_blank")
Any help for that?
html: <a class="default-btn-shortcode dt-btn dt-btn-m" href="#" target="_blank"><i class="fas fa-user-lock"></i>MI OFICINA VIRTUAL</a>
CYZ