How to close an iframe?

后端 未结 3 882
执笔经年
执笔经年 2021-01-06 03:54

After opening an iframe, I sometimes need to close it. Thus far, I just remove the iframe from its parent node, thus cutting it off from the DOM. However, I\'m finding tha

3条回答
  •  清酒与你
    2021-01-06 04:10

    Create a blank.htm file on your site. Have the IFrame SRC set to the blank.htm, then remove the IFRAME.

提交回复
热议问题