I searched, but could not find the answer to this question. If in the HTML DOM EVENTS, for example, onChange, onSelect, onKeyUp, onFocus, onClick, etc., specify a semicolon, for example, two lines below.
onChange="this.form.submit();" OR onChange="this.form.submit()"
“YES” or “NO” or “Does not matter”
I think it does not matter, but then again, what is the best, the most correct?
THANK YOU ALL!
source
share