In order to facilitate cross-domain javascript communications, I employ the iframe proxying technique along with monitoring the onresize event. You can find a detailed explanation of this method at . However, I am dissatisfied with the additional page load caused by the hidden iframe. Is there a way to eliminate this unnecessary iframe traffic?