1.有父页面部分代码如下:
<div style="width:100%;height:auto">
<iframe src=' /sonIframe.jsp' width='100%' height='100%' frameborder='0' id='sonID'></iframe>
</div>
2.设父页面有方法:
function closeIframe(){}
3.子页面调用父页面方法:
parent.window.closeIframe()
1.有父页面部分代码如下:
<div style="width:100%;height:auto">
<iframe src=' /sonIframe.jsp' width='100%' height='100%' frameborder='0' id='sonID'></iframe>
</div>
2.设父页面有方法:
function closeIframe(){}
3.子页面调用父页面方法:
parent.window.closeIframe()