Comment on Show some love for iframesparentComments−gregorkas13yYou don't. You register a key press event listener on the main page and when the user types into the iframe, you can catch the strokes.Example: http://www.jayssite.com/misc/iframesample.html (not my site, I googled it)−gcb013yi don't think this example is cross-domain...
Comments
You don't. You register a key press event listener on the main page and when the user types into the iframe, you can catch the strokes.
Example: http://www.jayssite.com/misc/iframesample.html (not my site, I googled it)
i don't think this example is cross-domain...