I have a simple html webresource control in my form, which looks like a button. I want to call the javascript functions from the javascript library I have attached to the form, when this button is clicked. Is there a way to do that ?
<!DOCTYPE html>
<html>
<body>
<button type="button">Click Me!</button>
</body>
</html>

Report
All responses (
Answers (