Clicking a button or link does not jump to just refresh the page of the script collation

  • 2020-03-26 21:33:35
  • OfStack

 
<input type=button value= The refresh  onclick="history.go(0)"> 

<input type=button value= The refresh  onclick="location.reload()"> 

<input type=button value= The refresh  onclick="location=location"> 

<input type=button value= The refresh  onclick="location.assign(location)"> 

<input type=button value= The refresh  onclick="document.execCommand('Refresh')"> 

<input type=button value= The refresh  onclick="window.navigate(location)"> 

<input type=button value= The refresh  onclick="location.replace(location)"> 

<input type=button value= The refresh  onclick="window.open(' Own file ','_self')"> 

<input type=button value= The refresh  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> 

Related articles: