第59章
- 與你同看世間繁盛(簽約出版)
- 卡其豆
- 132字
- 2010-03-30 17:09:43
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) {
} }