Want to add a back button navigation to your web page links. Here is how to
do this using javascript and html links.
The code we'll use look a bit like this: "javascript:history.go(-1)" .
With that code we are telling the browser to go back -1 page. You can change
the -1 number to any page history like -2 or -5. So if you choose go back -3,
you will send the visitor three pages back in their browser history.
Here's the source code:
<a href="javascript:history.go(-1)">Go Back One Page </a>
Click here to try the code: Go back one page
NewSourceMedia is providing links to these listings as
a courtesy, and makes no representations regarding the content or
any information related thereto. Any questions, complaints or claims
regarding the downloaded content or details must be directed to the appropriate
publisher. We do not encourage or condone the use of any
software in violation of applicable laws.