1

关于 Iframe 的知识

 3 years ago
source link: https://yjalifebook.com/%e5%85%b3%e4%ba%8e-iframe-%e7%9a%84%e7%9f%a5%e8%af%86/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

关于 Iframe 的知识

“关闭 “当前的iFrame是不可能的,但你可以告诉父级来操作dom并使其不可见。
In Iframe:
parent.claseIframe();
In parent:
function closeIframe() {
$('#youriframeid').remove();
}

检测iframe的层级,并判断是否跳出并从定向:
if(window.top != window.self){
  top.location.href = location.href;
}


欢迎大家关顾我的Facebook主页「Y Life Book」以及我的公众微信号「不点语书」,我们下期见。


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK