PDA

View Full Version : Help need with navigating back to last page


mdaz
14 Jul 2005, 4:53pm
Hi
Need help if possible.
How can i navigate back to previous page from my web page, with java script.
He is the code i need to add the script to.

" td bgcolor="#FFFFFF" height="24" width="94"
background="images/white_button.gif" style="cursor: hand;" onClick="location.href='index.php?session=cf1cffe42f0317be4323d907424d0971'"><A HREF="index.php"><font class="wht_btn">shop more "/font </A> /td "

Any help would be gratefully Recieved
Regards
Mark

SpywareShooter
15 Jul 2005, 4:31am
Do you mean back to the last page that the user viewed? This should work if that's what you want. Add this little bit into the onClick attribute.

javascript:history.back()