I'm very new to HTML and JavaScript. I have seen onclick
been assigned to function with following parentheses onclick="confirmOnSubmit()
and functions without following parentheses onclick="confirmOnSubmit
.
I was just wondering what is the difference between the two? When should I use one over the other?
<input type="submit" value="Submit" id="submitID" onclick="confirmOnSubmit()"/>