how2 hyperlink to 'last page ' navigated?

W

Widespace

I want to set up a hyperlink that will dynamically return the user to the
last page they were at , when having navigated to their current page.
It would display something like , 'Go back..'
 
K

Kathleen Anderson [MVP - FrontPage]

JavaScript Back button - In HTML view, add the following:
<a href="JavaScript:history.back()">Back</a>
 
W

Widespace

Ok, thanks for the replies-
only thing is, I don't know html well enough to know where to insert those
code lines..

Easy to tell me, or where can I get a primer on html .. ?
 
K

Kathleen Anderson [MVP - FrontPage]

Switch to Code View (using the Code tab at the bottom of your workspace).
Add it just before the body tag at the bottom of the page.
 
Top