注意版本,html版本
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<style>
<!--
#frame8 {
height:expression( document.body.clientHeight+"px" );
}
//-->
</style>
<iframe id="iframe8"/>
本文提供了一个HTML文档的具体实例,展示了如何使用DOCTYPE声明HTML版本,并利用内联样式设置iframe的高度为浏览器可视区域高度。
注意版本,html版本
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<style>
<!--
#frame8 {
height:expression( document.body.clientHeight+"px" );
}
//-->
</style>
<iframe id="iframe8"/>

被折叠的 条评论
为什么被折叠?
