首页 > 语言 > JavaScript > 正文

js通过iframe加载外部网页的实现代码

2024-05-06 16:18:24
字体:
来源:转载
供稿:网友

这篇文章主要介绍了js通过iframe加载外部网页的实现代码,需要的朋友可以参考下

今天从别的网站看到的,不需要跳转到别的页面直接本域名下调用外部网页。里面用js控制iframe的大小,确实不错。

 

 
  1. <!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"
  2. <head> 
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
  4. <title>武林网_www.vevb.com</title> 
  5. <meta name="keywords" content="武林网,武林网_www.vevb.com" /> 
  6. <meta name="description" content="武林网相关信息,武林网_www.vevb.com" /> 
  7. <link rel="shortcut icon" type="image/x-icon" href="./favicon.ico"
  8. <link href="images/style.css" rel="stylesheet" type="text/css" /> 
  9. <script type="text/javascript" src="js/jquery.min.js"></script> 
  10. <script type="text/javascript">  
  11. window.onerror=function(){return true;}  
  12. $(function() {  
  13. headerH = 0; var h = $(window).height(); 
  14. $("#huoduan_frame").height((h-headerH)+"px");  
  15. }); 
  16. </script> 
  17. <!--[if IE 6]> 
  18. <script type="text/javascript" src="js/DDPNG.js"></script> 
  19. <script type="text/javascript"
  20. DD_belatedPNG.fix('.png'); 
  21. </script><![endif]--> 
  22. </head> 
  23. <body scroll="no" style="margin:0; padding:0; overflow-y:hidden "
  24. <iframe id="huoduan_frame" frameborder="0" scrolling="yes" name="main" src="http://www.vevb.com/index.html" style=" height:500px; visibility: inherit; width: 100%; z-index: 1;overflow: visible;"></iframe> 
  25. <div style="display:none"
  26. © <a href="http://sucai.vevb.com">好搜网</a> <a href="http://sucai.vevb.com" target="_blank">最好的搜索引擎</a> 以上搜索结果由<a href="http://sucai.vevb.com/" target="_blank">百度</a>驱动 </div> 
  27. </body></html> 

武林网小编注: 里面使用了jquery。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表

图片精选