1月28
用处:需要局部刷性,AJAX不是很熟练,就用框架吧,框架固定高度,痛苦,下面的代码……
<script type="text/javascript">
function reinitIframe(){
var iframe = document.getElementById("tommyhu");
try{
var bHeight = iframe.contentWindow.document.body.scrollHeight;
var dHeight = iframe.contentWindow.document.documentElement.scrollHeight;
var height = Math.max(bHeight, dHeight);
iframe.height = height;
}
catch (ex){}
}
window.setInterval("reinitIframe()",200);
</script>
<iframe style="width:718px;" frameborder="0" name="cginfo" id="tommyhu" src="tommyhu.asp" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0" framespacing="0" frameborder="0" scrolling="no" onload="this.height=100"></iframe>
框架高度自动伸缩,很简练的代码!
需要修改的地方tommyhu
《蔷薇刑》 陈坤 不错,也听听朋友们!
Windows Media Player文件
最后编辑: tommyhu 编辑于2010/01/29 14:21
<script type="text/javascript">
function reinitIframe(){
var iframe = document.getElementById("tommyhu");
try{
var bHeight = iframe.contentWindow.document.body.scrollHeight;
var dHeight = iframe.contentWindow.document.documentElement.scrollHeight;
var height = Math.max(bHeight, dHeight);
iframe.height = height;
}
catch (ex){}
}
window.setInterval("reinitIframe()",200);
</script>
<iframe style="width:718px;" frameborder="0" name="cginfo" id="tommyhu" src="tommyhu.asp" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0" framespacing="0" frameborder="0" scrolling="no" onload="this.height=100"></iframe>
框架高度自动伸缩,很简练的代码!
需要修改的地方tommyhu
《蔷薇刑》 陈坤 不错,也听听朋友们!
Windows Media Player文件最后编辑: tommyhu 编辑于2010/01/29 14:21

陈绮贞-风一样的女子
马云的生存智慧(转chinaz)





