https://dev.webpages.dk/ |
|
About Javascript 'Go Back'
About Javascript How to Go Back: This short example shows you how you can insert a 'Go Back' link on your web page. You can either use the; javascript.history.back() or the javascript.history.go(-%) The latter has the advantage that you can set any number of pages to go back to, from the browser history. |
|
Icons made by Freepik from www.flaticon.com | This page is about how to make a Link going back, using simple Javascript. I will show two ways of doing this. |
|