functionSetCwinHeight(){
varbobo=document.getElementById("bobo");//iframeid
if(document.getElementById){
if(bobo&&!window.opera){
if(bobo.contentDocument&&bobo.contentDocument.body.offsetHeight){
bobo.height=bobo.contentDocument.body.offsetHeight;
}elseif(bobo.Document&&bobo.Document.body.scrollHeight){
bobo.height=bobo.Document.body.scrollHeight;
}
}
}
}
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]