雖然iframe在目前網頁設計已經很少使用,
不過還是來看一下自動調整高度的iframe
1. iframe.htm
<iframe frameborder="0" src="source.htm" id="frame_id"></iframe>
2.source.htm(加在<head>….</head>之間
<script language="javascript">
function reSize(){
parent.document.all.frame_id.height=document.body.scrollHeight;
}
window.onload=reSize;
</script>
全站熱搜