jzhang1013
09-28-2008, 04:22 AM
Is there a php or js code that allow me to go back to the previous page within a certain div only and not the whole page? I want to go back in the content div..
<body>
<div id="menu"></div>
<div id="content">back link here</div>
<div id="footer'></div>
</body>
<body>
<div id="menu"></div>
<div id="content">back link here</div>
<div id="footer'></div>
</body>