一:最常見(jiàn)

舉例:
<iframe style="z-index: 2; width: 222px; height:百分百;" id="menu-frame" name="menu- frame" src="MyLeftMenu.aspx" frameborder="0" scrolling="no" > </iframe >

二:解決用戶(hù)控件:
首先


制作辦法










1: planhold.contral.add(new literal("MyConctrol.ascx"))變化加載;
2:靜態(tài)加載:直接將用戶(hù)控件拖入你







三:解決頁(yè)面包含:
這個(gè)解決就解決到Include
舉例:<!-- #include file="你



四:解決布局對象DIV來(lái)處理方案:
<div id="sidebar_left">
<script>
function frameResize(){
document.getElementById("myContent_id").style.height=myContent_name.document.body.scrollHeight+20+"px";
}
</script>
<iframe src="siderbarLeft.html" name="myContent_name" id="myContent_id" onload="frameResize()" scrolling="no" allowtransparency="true" frameborder="0" width="百分百"></iframe>
</div>
站長(cháng)簡(jiǎn)述:解決前三者效果最佳