2 comments

[ 4.6 ms ] story [ 13.7 ms ] thread
A little context perhaps? Some more information on what is going on? Sample code? Explanations?
I'm using postMessage to communicate across two domains in JavaScript. It's an HTML5 feature that is supported by all modern browsers, including IE8. It gets around the restrictive same-origin policy mechanism.