Iframe proxying without additional traffic

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?

+3
source share
1 answer

3 Full days of constructive research. Do not make the same mistake as me, it was a waste of time.

Another cross-domain iframe resizes Q & A

+3
source

All Articles