摘要:
/** * 页面撑开 */ function iframeAutoFit() { try { if (window != parent) { var a = parent.document.getElementById("myiframe"); if (a.contentWindow == window) { var h1 = 0, h2 = 0; a.parentNode.style.height = a.offsetHeight + "px"; a.style.height = "10px"; if (document.docum 阅读全文
posted @ 2012-09-18 14:35
星火卓越
阅读(361)
评论(0)
推荐(0)