How do I disable the support for JavaScript keypress events in iframes?
I need keypress events disabled only in specific iframes, so doing a catch-all-events-and-make-em-do-nothing solution is not an option.
|
1
|
How do I disable the support for JavaScript keypress events in iframes? I need keypress events disabled only in specific iframes, so doing a catch-all-events-and-make-em-do-nothing solution is not an option.
|
||
|
|
|
|
Does this example does what you want ? According to this thread, something along the line of:
helps capturing keypress in a given iframe. If they can be captured, they can be disabled. Warning: as pointed out by Allain Lalonde in the comments:
|
|||
|