Change Parent url from iframe

前端 未结 4 947
自闭症患者
自闭症患者 2020-12-13 08:20

Need help with a simple problem! which has the following criteria:

1) click on images link in iframe changes Parent page, click on another iframe image link changes

4条回答
  •  抹茶落季
    2020-12-13 09:00

    http://reference.sitepoint.com/html/a/target

    "_top"

    loads content in the top-level frameset (in effect, the whole browser window), no matter how many nested levels down the current frame is located

    Replace parent url!
    

提交回复
热议问题