For inter-area javascript messages, I use the iframe proxy method with onresize event monitoring
(the method is well known and is well described here http://softwareas.com/cross-domain-communication-with-iframes ).
But I'm still not happy because of the extra page load created by the hidden iframe.
How to get rid of this unwanted iframe traffic?
source
share