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?