欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

js通過iframe加載外部網(wǎng)頁(yè)的實(shí)現(xiàn)代碼

 更新時(shí)間:2015年04月05日 23:12:44   投稿:mdxy-dxy  
這篇文章主要介紹了js通過iframe加載外部網(wǎng)頁(yè)的實(shí)現(xiàn)代碼,需要的朋友可以參考下

今天從別的網(wǎng)站看到的,不需要跳轉(zhuǎn)到別的頁(yè)面直接本域名下調(diào)用外部網(wǎng)頁(yè)。里面用js控制iframe的大小,確實(shí)不錯(cuò)。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>腳本之家_www.dbjr.com.cn</title>
<meta name="keywords" content="腳本之家,腳本之家_www.dbjr.com.cn" />
<meta name="description" content="腳本之家相關(guān)信息,腳本之家_www.dbjr.com.cn" />
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico">
<link href="images/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript"> 
window.onerror=function(){return true;} 
$(function() { 
headerH = 0;  var h = $(window).height();
  $("#huoduan_frame").height((h-headerH)+"px"); 
});
</script>
<!--[if IE 6]>
<script type="text/javascript" src="js/DDPNG.js"></script>
<script type="text/javascript">
DD_belatedPNG.fix('.png');
</script><![endif]-->
</head>
<body scroll="no" style="margin:0; padding:0; overflow-y:hidden ">
<iframe id="huoduan_frame" frameborder="0" scrolling="yes" name="main" src="http://www.dbjr.com.cn/index.htm" style=" height:500px; visibility: inherit; width: 100%; z-index: 1;overflow: visible;"></iframe>
<div style="display:none">
&copy; <a >好搜網(wǎng)</a> <a  target="_blank">最好的搜索引擎</a> 以上搜索結(jié)果由<a  target="_blank">百度</a>驅(qū)動(dòng) </div>
</body></html>

腳本之家小編注: 里面使用了jquery。

相關(guān)文章

最新評(píng)論