Forum Moderators: open
I use ontextdown and ontextup which works great when the user is typing in text, but they don't catch pasting with the mouse. I've tried onmouseup and onmousedown but they don't seem to work.
How do I trigger a function when a user pastes text into my textarea?
And besides typing and pasting with a mouse, are there other input types I should worry about?
If I have onchange, onkeydown and onkeyup running, are there any other input methods which I should be concerned about?
Thanks
The onchange event occurs when a control loses the input focus and its value has been modified since gaining focus.