Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
I am trying to create a button that will return the user back to the previous page that they came from. I have tried:
<a href="javascript:history.go(-1)">Click here to go back to previous page</a>
but for some reason it does not work.
Anyone have any ideas on how to get something like this working?
You could try putting your JS inside the onclick="" attribute instead of the href="" one.
Probably better to use a button in this case instead of an anchor:
<button onclick="history.go(-1)">Click here to back to previous page</button>
User | RANK |
---|---|
40 | |
38 | |
29 | |
15 | |
12 |