Javascript and Captivate 7
I am trying to execute javascript on a button on captivate. I have one button.
I am trying to execute a simple alert('hello'); when I click on the button but nothing happens when I publish it.
I also tried console.log('hi'); but no joy..