|
I have an IFRAME in designmode = ON, working as an HTML editor (just like the one I typing in right now!!)
I need to run a javascript function each time a user pastes something from the clipboard (say, a piece of word document)
How can I capture the CTRL + V keystrokes inside the iframe?
|