Skip to content

Instantly share code, notes, and snippets.

@s0md3v
Last active April 17, 2021 03:55
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s0md3v/d5a91bf89709247881efefd526a115b2 to your computer and use it in GitHub Desktop.
Save s0md3v/d5a91bf89709247881efefd526a115b2 to your computer and use it in GitHub Desktop.
<script>
function send_message() {
document.getElementById("frame").contentWindow.postMessage("hello there", "http://localhost/recieve.html");
}
</script>
<iframe id="frame" onload="send_message()" src="recieve.html"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment