Question

For example, I can have


#HOME - #Page1

#Page1 - #Page2

#Page2 - #Page3


If i'm on #Page3 and I reload the page, nothing changes. But if I click the back button, it goes to #HOME, but it's supposed to go back to #Page2.

The back button looks like this;

<a class="button back" href="#">Back</a>

Please tell me how to fix it!

Was it helpful?

Solution

Try to use:

<a class="button back" href="#Page2">Back</a>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top