logoalt Hacker News

NoahZunigatoday at 9:38 AM0 repliesview on HN

> The only way to allow this behavior is to have the two web pages in the different origins cooperate with each other using the Window.postMessage() API

Small nitpick, but it's also possible to communicate by changing the location.anchor property (by either the iframe or its parent window.)