时间:2021-05-26
今天从别的网站看到的,不需要跳转到别的页面直接本域名下调用外部网页。里面用js控制iframe的大小,确实不错。
<!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.jb51.net</title><meta name="keywords" content=",_www.jb51.net" /><meta name="description" content="相关信息,_www.jb51.net" /><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="https://www.jb51.net/index.htm" style=" height:500px; visibility: inherit; width: 100%; z-index: 1;overflow: visible;"></iframe><div style="display:none">© <a href="http://so.jb51.net/">好搜网</a> <a href="http://so.jb51.net/" target="_blank">最好的搜索引擎</a> 以上搜索结果由<a href="http://so.jb51.net/" target="_blank">百度</a>驱动 </div></body></html>小编注: 里面使用了jquery。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
本文实例为大家分享了JqueryEasyui日历组件的实现代码,供大家参考,具体内容如下加载方式Class加载JS调用加载$(function(){//JS加载
本文实例为大家分享了JqueryEasyui菜单组件的实现代码,供大家参考,具体内容如下加载方式菜单组件通常用于快捷菜单,在加载方式上,通过class或JS进行
本文实例为大家分享了JqueryEasyui验证组件的实现代码,供大家参考,具体内容如下加载方式Class加载JS调用加载$(function(){$('#em
复制代码代码如下://动态加载外部js文件varflag=true;if(flag){loadScript("js/index.js");};functionl
本文实例为大家分享了JqueryEasyui自定义下拉框组件的实现代码,供大家参考,具体内容如下加载方式JS调用加载自定义下拉框不能通过标签的方式进行创建。$(