iframe高度自适应

方法一:

<iframe src='http://hi.baidu.com/' width='100%' height='100%' frameborder='0' name="_blank" id="_blank" ></iframe> 

如有疑问,可参考http://blog.csdn.net/nebear/article/details/51984368

方法二:

<iframe marginwidth="0"  marginheight="0" width="100%" height="100%" id="iframe111" frameborder="0" scrolling="no" onload="reinitIframe()" ></iframe>

 

posted on 2018-03-10 23:38  薇薇123456  阅读(113)  评论(0编辑  收藏  举报

导航