|
Hi, I am designing an online shop website. It has a header, a top navigation, a left navigation, an area for displaying product information (an DIV called prod_div), and a footer. Right now, I an using javascript AJAX and PHP to refresh the prod_div so that other area stay put to give user a better browsing experience. The javescript call a PHP script, with connects to MySQL db and generate a webpage on the fly based on parameters passed to it. But the problem with this is that the back button will not work in cases that the user want to go back to the products he just viewed. What is an alternative for this?
Thanks for your help.
|