码迷,mamicode.com
首页 > 其他好文 > 详细

如何修改iframe内的页面的元素的样式

时间:2018-04-25 17:03:05      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:splay   document   doc   ice   func   function   title   on()   load   

如何修改iframe内的页面的元素的样式

window.onload = function(){
    var _iframe = document.getElementById(‘iframe‘).contentWindow.document.getElementById(‘license_title‘)   //get iframe下的id
    _iframe.style.display= "none";  //修改样式
}

如何修改iframe内的页面的元素的样式

标签:splay   document   doc   ice   func   function   title   on()   load   

原文地址:https://www.cnblogs.com/wangxueying/p/8945298.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!