how2 hyperlink to 'last page ' navigated?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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..'
 
JavaScript Back button - In HTML view, add the following:
<a href="JavaScript:history.back()">Back</a>
 
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 .. ?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top