Hyperlink question

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
 
R

Ronx

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.
 
B

Becky

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
 

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

Top