如何让 iframe 内嵌页面内容显示完全?
如图所示,
右边的html代码为:
<div id="tabframe"region="center" class="easyui-tabs" fit="true" border="false" >
<div id="tab1"title="主页" >
<iframe id="contentPage" style="width:100%;height:100%; " scrolling="yes" frameborder="0" marginheight="0"
marginwidth="0"></iframe>
</div>
</div>
onClick: function (node) {
$(this).tree('toggle', node.target);
$("#contentPage").attr("src", node.attributes);
{