Hyperlink question

  • Thread starter Thread starter Becky
  • Start date Start date
B

Becky

hello gurus

I'm quite new at this, and would appreciate a hand. I want to put a RETURN
hyperlink on a page. When clicked, I want it to go back to the PREVIOUS
PAGE. How do I do this?

Much thanks
Becky
 
In code view the link will look like:
<a href="javascript:history.go(-1);">Previous page</a>

If you use the hyperlink dialogue type javascript:history.go(-1); into
the space for the address.
 
Thank you Ronx. That worked great.

As a newby, can you tell me where I could look up other javascript commands
that I might be able to use with Front Page?

Becky
 
Back
Top