Local call of javascript function with iframe

0

Good afternoon, could anyone help me? I have a javascript function and I need to run it from within an iframe. So far so good (window.parent) ... But my project is offline (local) and so the following error appears: "Blocked a frame with origin" null "from accessing a cross-origin frame."

* I can not use "postmessage". Any suggestions for javascript calling for this case?

    
asked by anonymous 14.05.2018 / 20:23

0 answers