Detect when an iframe starts to load new URL

前端 未结 4 1947
孤街浪徒
孤街浪徒 2021-01-31 02:07

How can I detect that an iframe on my page starts to load a new page?

Our situation is:

  • When iFrame content starts to change we need to di
4条回答
  •  情深已故
    2021-01-31 02:45

    I found a better solution if iframe and the container page is same origin, don't have to put extra code into the inner page:

    
    
    

提交回复
热议问题