I am basing my question and example on Jason\'s answer in this question
I am trying to avoid using an eventListener, and just to call handleClick
eventListener
handleClick
Remove javascript: from onclick=".., onsubmit=".. declarations
javascript:
onclick="..
onsubmit="..
javascript: prefix is used only in href="" or similar attributes (not events related)
href=""