Access parent URL from iframe

后端 未结 16 1335
野性不改
野性不改 2020-11-22 10:00

Okay, I have a page on and on this page I have an iframe. What I need to do is on the iframe page, find out what the URL of the main page is.

I have searched aroun

16条回答
  •  难免孤独
    2020-11-22 10:32

    In chrome it is possible to use location.ancestorOrigins It will return all parent urls

提交回复
热议问题