iframe应用自动调整高度,在ie8以下版本浏览器正常,但是在火狐和ie9就只能撑开,不能收缩 5
就是一直显示在大的那个页面的高度!那位大侠帮帮忙呀,,解决了继续加分!复制网上的什么js代码,,就算了,,基本都是了,,效果一样...
就是一直显示在大的那个页面的高度!那位大侠帮帮忙呀,,解决了继续加分!复制网上的什么js代码,,就算了,,基本都是了,,效果一样
展开
展开全部
==============================上线代码==============================
父页面:promotionHistoryView.jsp
<head>
<script type="text/javascript">
function iframepromotionHistoryViewRecPoolGoGoGo(width,height) {
var appSubIframeObj=document.getElementById("promotionHistoryViewRecPool");
appSubIframeObj.style.height=height+"px";
}
</script>
</head>
<body>
<!-- Iframe -->
<table>
<tr>
<td>
<iframe id="promotionHistoryViewRecPool" src="${ctx}/promotionHistory/promotionHistoryViewRecPool.action"></iframe>
</td>
</tr>
</table>
</body>
子页面:promotionHistoryViewRecRool.jsp
<head>
<script type="text/javascript">
function iframeHeightWidth(){
var height = document.body.scrollHeight;
var width = document.body.scrollWidth;
window.parent.iframepromotionHistoryViewRecPoolGoGoGo(width,height);
}
</script>
</head>
<body>
<fs:form>
</fs:form>
<script type="text/javascript">
iframeHeightWidth();
</script>
</body>
父页面:promotionHistoryView.jsp
<head>
<script type="text/javascript">
function iframepromotionHistoryViewRecPoolGoGoGo(width,height) {
var appSubIframeObj=document.getElementById("promotionHistoryViewRecPool");
appSubIframeObj.style.height=height+"px";
}
</script>
</head>
<body>
<!-- Iframe -->
<table>
<tr>
<td>
<iframe id="promotionHistoryViewRecPool" src="${ctx}/promotionHistory/promotionHistoryViewRecPool.action"></iframe>
</td>
</tr>
</table>
</body>
子页面:promotionHistoryViewRecRool.jsp
<head>
<script type="text/javascript">
function iframeHeightWidth(){
var height = document.body.scrollHeight;
var width = document.body.scrollWidth;
window.parent.iframepromotionHistoryViewRecPoolGoGoGo(width,height);
}
</script>
</head>
<body>
<fs:form>
</fs:form>
<script type="text/javascript">
iframeHeightWidth();
</script>
</body>
展开全部
您好!很高兴为您答疑!
火狐下建议安装Firebug插件,它集HTML查看和编辑、Javascript控制台、网络状况监视器于一体,是开发JavaScript、CSS、HTML和Ajax的得力助手。
您可以在火狐社区了解更多内容。希望我的回答对您有所帮助,如有疑问,欢迎继续在本平台咨询。
火狐下建议安装Firebug插件,它集HTML查看和编辑、Javascript控制台、网络状况监视器于一体,是开发JavaScript、CSS、HTML和Ajax的得力助手。
您可以在火狐社区了解更多内容。希望我的回答对您有所帮助,如有疑问,欢迎继续在本平台咨询。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
楼主解决了没?我也遇到同样的问题,求解决方法
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询