教程集 www.jiaochengji.com
教程集 >  脚本编程  >  javascript  >  正文 刷新本页的多种html代码 iframe刷新代码

刷新本页的多种html代码 iframe刷新代码

发布时间:2015-07-23   编辑:jiaochengji.com
本文介绍了多个刷新本页的html代码,包括iframe刷新代码,有需要的朋友参考下。

例子,刷新页面的代码。
 

复制代码 代码示例:
<input type=button value=刷新 onclick="history.go(0)">
<input type=button value=刷新 onclick="location.reload()">
<input type=button value=刷新 onclick="location=location">
<input type=button value=刷新 onclick="window.navigate(location)">
<input type=button value=刷新 onclick="location.replace(location)">

您可能感兴趣的文章:
刷新本页的多种html代码 iframe刷新代码
iframe局部刷新的二种实现方法
javascript刷新iframe方法总结
js自动刷新页面代码汇总
asp网页自动刷新方法汇总
js判断当前页面是否被iframe引用的方法
jquery刷新aspx中iframe的src的代码
js自动刷新页面代码
js刷新页面location.reload()用法
js自动刷新当前页面方法详解

关键词: iframe  刷新  刷新页面   
[关闭]
~ ~