摘要: js code: //iframe自适应高度[在IE6 IE7下测试通过] function reSetIframe(){ var iframe = document.getElementById("iframeId"); try{ var bHeight = iframe.contentWindow.document.body.scrollHeight; ... 阅读全文
posted @ 2008-08-17 04:27 sinjane 阅读(376) 评论(0) 推荐(0)