<iframe id ="myframe" src="index.html" ></iframe> <script> function yourFunction() { document.getElementById('myframe').contentWindow.postMessage(yourdata, '*'); } </script>