I added a SCRIPT element to my page, and placed a very simple javascript function (setMyNote()) into the SCRIPT element.
I added a button, and an action to this button “on_click”, the javascript function is called.
I then export my HTML5. When I click on the button the Browser reports an error “setMyNote() not found”.
What am I doing wrong?