Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<title>iframe 高度自适应方法</title>
<script>
function autoResize()
{
try
document.all["test"].style.height=test.document.body.scrollHeight
}
catch(e){}
</script>
<iframe id=test style="height:expression(1); aho:expression(autoResize())" src="/"></iframe>
CSS代码...
JS代码...
xxxxxxxxxx