Skip to content

Instantly share code, notes, and snippets.

@svejdo1
Last active October 10, 2019 19:44
Show Gist options
  • Save svejdo1/ef0f993feb6207994d543358eac9a30a to your computer and use it in GitHub Desktop.
Save svejdo1/ef0f993feb6207994d543358eac9a30a to your computer and use it in GitHub Desktop.
var oFrame = document.createElement("iframe");
oFrame.src = "https://barbar-conan.blogspot.com/2019/10/test.html";
oFrame.onload = function() {
oFrame.contentWindow.postMessage({ msg: 'hi'}, 'https://gist.github.com');
}
document.childNodes[0].childNodes[1].appendChild(oFrame);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment