From what i understand, the default treatment for return false is:
However in my c
No you cannot have 2 onclick declarations but you can call multiple functions in the same onclick like:
onclick
And in the other function you can have:
function anotherFunction(){ return false; }