Nothing can stop us now

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

03 2013 档案

摘要:1 autoHeight();2 function autoHeight(){3 var tag=document.getElementById('iframe');4 if(tag && tag.clientHeight < tag.contentWindow.document.body.scrollHeight){5 tag.style.height = tag.contentWindow.document.body.scrollHeight + 'px';6 }7 setTimeout("autoHeight()" 阅读全文
posted @ 2013-03-21 06:47 Bruce Tang 阅读(194) 评论(0) 推荐(0)

摘要:http://windows.microsoft.com/zh-cn/internet-explorer/download-ie 阅读全文
posted @ 2013-03-01 11:44 Bruce Tang 阅读(170) 评论(0) 推荐(0)