Refresh HTML page + Go Back

HTML Javascripts to refresh page
And another line to go back to previous page.
Some old codes from my old HTML/JS codes book

CodeFunctionName
What is this?

Public

Tested

Imported
> Create link to refresh page in javascript
    <a href="javascript:window.location.reload();" >Refresh me </a >



> Link to go back to previous page
    <a href="javascript:window.history.back();" >Go back </a >

Views 486

Downloads 187

CodeID
DB ID