I have a home page that has extensive jQuery...Hiding and showing divs based on clicks of tabs etc. Within the shown div's there are links to other pages which postback and get the new page.
Now i would like a 'back' button on the page to go back to the previous state of the page when the user clicked on it. So if they had the Sell_your_books div
shown and 'Sell_your_books tab' selected when they clicked the link, I would like to have a back button going to the home page with the Sell_your_books div
shown and 'Sell_your_books tab'selected.
I know that I will have to parse (POST) a variable to the homepage to achieve this with php but I am unsure of the correct way to implement it.
Thanks