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

该帖子会记录一些工作中用到的小方法..会时常更新...

时间:2016-08-16 11:47:17      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:

1.根据iframe内容自适应iframe高度.

var height_frame=document.getElementById(‘main‘);
height_frame.style.height=height_frame.contentWindow.document.body.scrollHeight+‘px‘;

2.获取iframe内容的url

var height_frame=document.getElementById("main");
var url=height_frame.contentWindow.location.href;

 

该帖子会记录一些工作中用到的小方法..会时常更新...

标签:

原文地址:http://www.cnblogs.com/xiuber/p/5775802.html

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