如何使iframe自适应大小?
分类:网页设计 Tags: iframe 评论:0 浏览:4379 最近更新时间: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/
-
• JavaScript +flash 3D广告代码
• VB6将ASP编译封装成DLL教程
• GoDaddy Windows主机客户端显示详细错误信息代码
• 域名续费期和高价赎回期
• 如何让网站”HTTP 500内部服务器错误“显示为具体的错误信息?
• 如何有效防止网站出现垃圾留言,垃圾评论?
• 不错的photoshop样式免费下载,asl格式,Web2.0风格导航条与按钮效果
• 点击一个超级链接,能同时打开两个网页/网站的代码
• EASEUS Partition Master 5.0.1 Unlimited Edition无损磁盘分区调整工具教程
• 解决国外空间Access错误Selected collating sequence not supported by the operating system