Skip to main content
Participant
October 11, 2021
Question

Custom Buttons/ Javascript Robohelp 2020

  • October 11, 2021
  • 0 replies
  • 189 views

I have a dream of creating a dropdown by using a custom button and some Javascript.

 

But first i need help getting a custom button to talk to my javascript code.

 

Ive started with this simple code in the hope that if i can get this to work then i can make any button i wish.

 

<button onclick="myFunction()">Click me</button>

<p id="demo"></p>

<script>
function myFunction() {
document.getElementById("demo").innerHTML = "Hello World";
}
</script>

 

Ive tried everything can cannot get it to fire whilst using a custom button in the skins tab in robohelp2020. I could use some help.

 

Thanks!

    This topic has been closed for replies.