Skip to content

Instantly share code, notes, and snippets.

@variousauthors
Created August 16, 2013 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save variousauthors/6253568 to your computer and use it in GitHub Desktop.
Save variousauthors/6253568 to your computer and use it in GitHub Desktop.
"Recently we've waded a little way out / And the water seems inviting."
window.onLoad = function() {
var other_worlds = window.parent;
if (typeof other_worlds.postMessage === "function") {
other_worlds.postMessage("Hello?", "http://www.space.com");
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment