Js returns to the previous page to refresh this page reload the page

  • 2020-03-30 03:38:04
  • OfStack

<a href="javascript:history.go(-1)" rel="external nofollow" > Return to previous page </a>
<a href="javascript:location.reload()" rel="external nofollow"  Refresh this page </a>
<a href="javascript:history.go(-1);location.reload()" rel="external nofollow" > Go back to the previous page, reload the page, and refresh this page </a>

Related articles: