I get the error: blocked a frame with origin from accessing a cross origin frame when I try to run the program below: $(document).ready(function() { var iframeWindow = document.getElementById("my-iframe-id").contentWindow; iframeWindow.addEventListener("load", function() { var ...