码迷,mamicode.com
首页 > 其他好文 > 详细

点击按钮或链接不跳转只刷新页面的脚本整理

时间:2017-03-10 16:30:27      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:asc   cli   跳转   ref   nav   pen   and   history   页面   

<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="location.assign(location)"> 

<input type=button value=刷新 onclick="document.execCommand(‘Refresh‘)"> 

<input type=button value=刷新 onclick="window.navigate(location)"> 

<input type=button value=刷新 onclick="location.replace(location)"> 

<input type=button value=刷新 onclick="window.open(‘自身的文件‘,‘_self‘)"> 

<input type=button value=刷新 onClick=document.all.WebBrowser.ExecWB(22,1)> 

<a href="javascript:void(0)" onclick="history.go(0)"></a> 

<a href="javascript:void(0)" onclick="location=location"></a> 

点击按钮或链接不跳转只刷新页面的脚本整理

标签:asc   cli   跳转   ref   nav   pen   and   history   页面   

原文地址:http://www.cnblogs.com/GoCircle/p/6531056.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!