Comment on Show some love for iframesparentComments−gcb013yHow exactly do you use javascript cross domain like that? i'd love to know.−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
How exactly do you use javascript cross domain like that? i'd love to know.
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...