Answers for "how to call a function of js in html tag"

0

call javascript function from a tag

<a href="#" onclick="someFunction(); return false;">LINK</a>
Posted by: Guest on October-19-2021

Code answers related to "how to call a function of js in html tag"

Browse Popular Code Answers by Language