2017-02-10 38 views
0

我知道我的iframe放置在HTML文檔中是否可見(高於摺疊)或不是。JS:從其他域的iframe中檢測,如果它是可見或不可見的

我的網頁:https://oneserver.com/index.html

<html> 
<head> 
</head> 
<body> 
<iframe src="https://otherserver.com/index.html></iframe> 
</body> 
</html> 

其他網頁(不是應該做一些事情時,父母IFRAME可見:

<html> 
<head></head 
<body> 
<script> 
if(document.isVisible()){document.style.background="red"} 
</script> 
</body> 
</html> 

我與網頁瀏覽權限API和jQuery的伎倆嘗試,但目前爲止我還沒有找到解決辦法,請問您能幫我解決這個問題嗎?

非常感謝!

+0

您的意思是使用'