how can i prevent a html page from scrolling when arrow keys are pressed if a iframe inside it is focused?
im gettting this error in chrome
The iframe is focused, i know its focused. the parent scrolls anyway.
how can i prevent a html page from scrolling when arrow keys are pressed if a iframe inside it is focused?
im gettting this error in chrome
The iframe is focused, i know its focused. the parent scrolls anyway.
The following code inside the iframe document will prevent it from scrolling:
This works except IE:
You can prevent scrolling with the arrow keys using the following code:
This code does the trick:
JavaScript
HTML (example)
I've tested it in Firefox 3.6.6, Iron 5.0.380, Opera 10.60, IE 6 and IE 8.