html代码:
<body style='overflow:-Scroll;overflow-y:hidden'>
<iframe id = "content" frameborder=no border=0 marginwidth=0 marginheight=0 width='100%' height='100%' allowfullscreen='true' src="replace.php?http://vip.ikoori.com/index.zul"></iframe>
</body>
<script type="text/javascript">
window.οnlοad=function(){
console.log('执行');
}
</script>
需求:把左上角的“办件公示”隐藏掉,class="tips",并且在window.οnlοad打印不了,是怎么回事呢?
你这个父页面获取iframe子页面的内容涉及到跨域问题:document.getElementById('content').contentDocument.getElementsByClassName('tips').hide();