欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > 其他教程 >
其他教程

网页调用其他网页的代码

(元素模板) / 2013-12-30 16:02
<html>
<head>
<title>这里写你网站标题</title>
<script>
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>
<body>
<iframe width="778" src="这里输入你要调用的地址" align="center" height="200" id="win" name="win" onload="Javascript:SetWinHeight(this)" frameborder="0" scrolling="no"></iframe>
</body>
</html>
Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com