PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Webdev v21 & Html
Webdev v21 & Html
Iniciado por Victor Hugo Pereyra, 09,may. 2018 22:18 - No hay respuesta
Publicado el 09,mayo 2018 - 22:18
Hello
I have to integrate into webdev two HTML files, in which one of them has
a button that calls the second html. This html button has this:

<button class = "btn btn-default" type = "button" onclick = "Invox.External
('input2', 'unformatted', myUser, myPassword, myHostServer, myPort,
useAgent);">
Run
</ button>

Question...
I must replace in the webdev button the event onclick = "Invox.External
('input2', 'unformatted', myUser, myPassword, myHostServer, myPort,
useAgent);" ...

How should I do so that when you press the button from webdev, you run the
same onclick event?

thank you very much,
Victor