首页
社区
课程
招聘
[旧帖] [讨论]可以同时刷多个页面的html,html新手 0.00雪花
发表于: 2012-5-11 21:01 1300

[旧帖] [讨论]可以同时刷多个页面的html,html新手 0.00雪花

2012-5-11 21:01
1300
<html>
  <head>
<title>all in</title>
<meta http-equiv="refresh" content="60">
  </head>

    <body>
    <iframe id="kx1" src="http://www.unpack.cn/forum.php" width="300px" height="500px" />    </iframe>
    <iframe id="kx2" src="http://www.52pojie.cn/" width="300px" height="500px" />    </iframe>
    <iframe id="kx3" src="http://bbs.dlut.edu.cn/frames.html" width="300px" height="500px" />    </iframe>
    <iframe id="kx4" src="http://bbs.pediy.com/" width="300px" height="500px" />    </iframe>
</body>
</html>

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 69
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
用的框架嘛??对哈。。以前我怎么没有想到。哈哈。。。挺好。。
2012-5-11 21:31
0
雪    币: 125
活跃值: (21)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
那你知不知道怎么样修改代码让网页不显示图片?
2012-5-11 23:46
0
雪    币: 125
活跃值: (21)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
<html>
<head>
<title>all in</title>
<meta http-equiv="refresh" content="120">
</head>
<body>
<iframe src="http://www.unpack.cn/forum.php" width="258px" height="500px"  id="kx1" >
</iframe>
<iframe src="http://www.52pojie.cn/" width="258px" height="500px" id="kx2" >
</iframe>
<iframe src="http://bbs.dlut.edu.cn/frames.html" width="258px" height="500px" id="kx3" >
</iframe>
<iframe src="http://bbs.pediy.com/" width="258px"  height="500px"  id="kx4" >
</iframe>
<iframe src="http://www.csdn.net/" width="258px"  height="500px"  id="kx5" >
</iframe>
<script language="javascript" type="text/javascript">
setTimeout('formClose()', 120000);
function formClose()
{
window.opener=null window.open("file:///C:/Users/Administrator/Documents/allinone.html")
window.close();
}
</script>
</body>
</html>
2012-10-29 19:09
0
游客
登录 | 注册 方可回帖
返回
//