<button type="button" id="register" onClick="myF()">Register Info</button>
change your calling function myF() to myf()
It will work.
3
solved Handler assigned via onclick attribute is not getting invoked
<button type="button" id="register" onClick="myF()">Register Info</button>
change your calling function myF() to myf()
It will work.
3
solved Handler assigned via onclick attribute is not getting invoked