I have an event defined on "onkeydown" and also "onkeypress" (for IE).
I check if the key is a special key and if it is i do something and I need to stop the onkeydown from firing up.
How do I do this?
well that's talking about what to do if you have 2 events one of which is defined on the child of another element.
But here i have both the events defined on a single element