如何使iframe自适应大小?
分类:网页设计 Tags: iframe 评论:0 浏览:4656 最近更新时间:2008/4/27 14:04:50
<script language="javascript">
<!--
function SetWinHeight(obj)
{
var win=obj;
if (document.getElementById)
{
if (win && !window.opera)
{
if (win.contentDocument && win.contentDocument.body.offsetHeight)
win.height = win.contentDocument.body.offsetHeight;
else if(win.Document && win.Document.body.scrollHeight)
win.height = win.Document.body.scrollHeight;
}
}
}
-->
</script>
<iframe width="200" src="/yuzhiguo.html" id="JKPlus_win" name="JKPlus_win" scrolling="no" frameborder="0" onload="Javascript:SetWinHeight(this)"></iframe>
<!--
function SetWinHeight(obj)
{
var win=obj;
if (document.getElementById)
{
if (win && !window.opera)
{
if (win.contentDocument && win.contentDocument.body.offsetHeight)
win.height = win.contentDocument.body.offsetHeight;
else if(win.Document && win.Document.body.scrollHeight)
win.height = win.Document.body.scrollHeight;
}
}
}
-->
</script>
<iframe width="200" src="/yuzhiguo.html" id="JKPlus_win" name="JKPlus_win" scrolling="no" frameborder="0" onload="Javascript:SetWinHeight(this)"></iframe>
本文地址:/338/
-
• CSS按比例缩放图片代码
• 冬天来了,给自己网站加飘雪花效果
• CSS设计中常见的应用技巧,编写技巧
• 如何有效防止网站出现垃圾留言,垃圾评论?
• Dreamweaver cs3 占用cpu100%的解决方法
• CSS选取第几个标签元素:first-child、last-child、nth-child
• 网站快速成功的九个步骤
• 中英文企业网站常用中英文翻译对照
• 不错的photoshop样式免费下载,asl格式,Web2.0风格导航条与按钮效果
• 推荐1个免费的按钮图标icon下载站点,特别有质感哦