Languages
[Edit]
EN

JavaScript - navigate back to previous page

3 points
Created by:
Lani-Skinner
748

In this article, we would like to show you how to navigate back to the previous page using JavaScript.

Quick solution:

Note:

Using this solution you can navigate multiple pages back by specifying different number as history.go() argument (e.g history.go(-2) - go two pages back).

 

Alternarive solution

Edit

In this example, we use window.history.back() as an alternative to history.go(-1) to go to the previous page.

1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join