How to go back to the previous page using JavaScript?
|
|
|
|
|
Question: How to go back to the previous page using JavaScript? Answer: By using the JavaScript code history.go(-1); In our example we will show you how to use it in a anchor tag. <a href="javascript:history.go(-1);">Back</a>
|