标签:style blog color io ar sp div on log
function iFrameHeight() { var ifm = document.getElementById("mainframe"); var subWeb = document.frames ? document.frames["mainframe"].document : ifm.contentDocument; if (ifm != null && subWeb != null) { ifm.height = subWeb.body.scrollHeight+15; } }
标签:style blog color io ar sp div on log
原文地址:http://www.cnblogs.com/kedarui/p/4048455.html