论坛首页 入门技术论坛

iframe 的刷新方式,这样方式更方便。

浏览 7417 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (17) :: 隐藏帖 (0)
作者 正文
   发表时间:2010-02-11   最后修改:2010-02-11
iframe的刷新方式

1. 刷新方式可以使用 javascript 的 document.fr.location.reload()

2. 还有就是修改 document.fr.location.href 也可以实现刷新的功能

例如:
<iframe name="fr" width="96%" src="alert_search.do?method=findSys"></iframe>

<script type="text/javascript">
	function show_syslog(id){
		document.fr.location.href="/alert_search.do?method=findSys&id="+id;				
	}
</script>
<input type="button" onclick="javascript:show_syslog(1)">


注意:千万不要两种方式同时使用,如果同时使用,将会提交两次。
document.fr.location.href = "your.html"; 
document.fr.location.reload();
   发表时间:2010-02-14  
我是用 document.fr.src="/alert_search.do?method=findSys&id="+id的,这样不好吗?
0 请登录后投票
   发表时间:2010-02-14   最后修改:2010-02-14
如果iframe中存在form表单,并且提交过一次,这种刷新都会提示重复提交。
大年初一啦,给大家拜年。
0 请登录后投票
   发表时间:2010-02-14  
国外出差的路过。。。。
0 请登录后投票
   发表时间:2010-02-15  
做技术的人。。。。
0 请登录后投票
   发表时间:2010-02-18  
谢谢,我正需要。
0 请登录后投票
   发表时间:2010-02-20  
让iframe进来的页面自己刷新不就行了吗?
用<meta http-equiv=refresh content="10">
0 请登录后投票
   发表时间:2010-02-20  
提交过一次的form,怎么不提交刷新?
0 请登录后投票
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics