PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Webdev v21 & Html
Webdev v21 & Html
Débuté par Victor Hugo Pereyra, 09 mai 2018 22:18 - Aucune réponse
Posté le 09 mai 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