Created
August 16, 2013 21:13
-
-
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."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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