I want to make a goBack button with javascript that goes back to when the original post was viewed.
Eg. I have /something/ this is the original URL then I have /something/1/ /something/2/ /something/3/ /something/4/
Is it possible to make window.history.back();
go back before viewing page /something/? Like I started on page something I viewed page 2 and 4 then I clicked to close and takes me back to one page before something.
Also my page numbers are page breaks thats why I want to go back before the something page was viewed.
Thank you for the help. Sorry my English isn't the best to explain what I mean.