Relative Content

Tag Archive for javascripthttp-redirectiframecorspostmessage

Cross domain window.postMessage from child to parent in an iframe?

I have a parent window embedded in an iframe that opens up a child window on a button click. This is for a different domain. I need to figure out how to communicate from the child window so I can redirect the parent window once the user logs into the child popup.