通过ifame指向的页面高度调整iframe的高度_表单特效
来源:动视网
责编:小采
时间:2020-11-27 20:33:28
通过ifame指向的页面高度调整iframe的高度_表单特效
通过ifame指向的页面高度调整iframe的高度_表单特效:通过ifame指向的页面高度调整iframe的高度 1.htm的代码: 2.htm的代码: function resize() {parent.document.all.ifrm.height=document.body.scrollHeight; parent.document.all.ifrm.width=document.bod
导读通过ifame指向的页面高度调整iframe的高度_表单特效:通过ifame指向的页面高度调整iframe的高度 1.htm的代码: 2.htm的代码: function resize() {parent.document.all.ifrm.height=document.body.scrollHeight; parent.document.all.ifrm.width=document.bod

通过ifame指向的页面高度调整iframe的高度
1.htm的代码:
2.htm的代码:
function resize()
{parent.document.all.ifrm.height=document.body.scrollHeight;
parent.document.all.ifrm.width=document.body.scrollWidth;
}
script>
通过ifame指向的页面高度调整iframe的高度_表单特效
通过ifame指向的页面高度调整iframe的高度_表单特效:通过ifame指向的页面高度调整iframe的高度 1.htm的代码: 2.htm的代码: function resize() {parent.document.all.ifrm.height=document.body.scrollHeight; parent.document.all.ifrm.width=document.bod