I've tried several JavaScript back buttons but I end up going back and forth between two pages. I guess because each page was the "previous page"!
Here's what I mean:
Click from page "A" (i.e. regular product page)
Go to page "B" (i.e. account Login) NOTE: Back button works to go back to product page at this point,
Go to page "C" (i.e. start an account, because they didn't login because they don't have an account yet)
Then if they decide not to start an account and click back they go from start an account page "C" back to "B" okay. But if they click the back button on Account Login page "B" they go back to page "C" agian. Back and forth between "B" and "C".
Understand?
I need them to be able to progressively back up to the page "A" they were at.
Here is the current JavaScript I'm using on page "B":
Code:<a href="#" onclick="history.go(-1);return false;" class="back-link">



Reply With Quote







Bookmarks