I got a page that is displayed within an iframe.
I need to get the parent.location.url with js from that page (child page).
Both sites are in different domai
Use postMessage to pass data back and forth between the windows. It's a little klunky, but required when having windows communicate across origins.