get parent.location.url - iframe - from child to parent

后端 未结 7 2439
时光说笑
时光说笑 2020-11-30 03:12

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

相关标签:
7条回答
  • 2020-11-30 04:00

    Use postMessage to pass data back and forth between the windows. It's a little klunky, but required when having windows communicate across origins.

    0 讨论(0)
提交回复
热议问题