PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Webdev v21 & Html
Webdev v21 & Html
Started by Victor Hugo Pereyra, May, 09 2018 10:18 PM - No answer
Posted on May, 09 2018 - 10:18 PM
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