Posts tagged ‘same origin’

Backwards compatible window.postMessage()

by Josh Fraser on January 15, 2010


Simple cross-domain messaging This blog post explains how to implement a backwards compatible version of window.postMessage() to handle all your cross-domain messaging needs. If you’re in a hurry, you can skip directly to the demo or just grab ...