This is in JavaScript. I am looking to pass a variable that is saved in SessionStorage on the Parent page (domain https://parent.com/) to an iframe Popup that loads after 10 seconds (domain https://iframe.com/).
I am sure that I will have to use postMessage but I can’t seem to figure it out.
Any help would be much appreciated. Thanks!