087 正式大結局(1 / 1)

function reSizeFrame(frameID) {

try {

var oBody = eval(frameID+".document.body");

var oFrame = document.all(frameID);

oFrame.style.height = oBody.scrollHeight + (oBody.offsetHeight - oBody.clientHeight);

}

catch(e) {

} }