Click to See Complete Forum and Search --> : go back to previous page...


Supersingh_UK
02-27-2006, 04:33 PM
what is the html i should use in frontpage to add a go back to previous page feature... or perhaps how to load a link in another window?

AltF4
02-27-2006, 05:25 PM
You need Javascript.
Button

<input type="button" value="Back" onclick="history.back(1)">

Text Link

<a href="#" onclick="javascript:history.back(1)">Go back</A>