Folk,
I have a client/student who swears she has seen
on events,
e.g., onBlur, onClick, onMouseOver, and the like, that are [X]HTML events, not JavaScript.
I keep telling her that they are all JavaScript and do not exist in any of the HTML iterations.
However, I have been unable, to date, to find any concrete statement to that effect.
Her argument is that if you don't have to enclose the event in
script tags, it ain't JS. Her favourite argument is adding the onLoad to the
body HTML element. I'd really like to find something to refute that concept.
Can any of you point me to some source that will unequivocally show her the truth of my assertions
. Or prove me wrong, for that matter
.