Back Button: Hyperlink for ?

G

Guest

Hello,
I have inserted a great image that I would like
to use for my "Back Button" at the bottom of my
page. And when the users click this "back button"
they will go back to their previous page that they viewed.
I would like to use this image. Under hyperlinks, what
is the specific hyperlink I need to use to make the page
go "back" when they click on this image. I would not
like to use any java scripts or bookmarks. I simply want
to enter a hyperlink that will send them back to the previous
page. Is there a hyperlink for this ? If not, what other
options do I have ? (But I would like to use this image) can
you guide me step by step. thanks, rick
 
R

Ronx

You will use JavaScript.

In Hyperlink properties set the link to javascript:history.go(-1);
in code view, the link will be similar to:
<a href="javascript:history.go(-1);"><img src="backimage.gif"
width="30" height="15" alt="Back to previous page"></a>
 

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

Similar Threads


Top