hyperlink to previous page

D

Denise

If you can get to the same web page from multiple pages (or is that dumb?),
is there a way to get back to the page you came from? I thought that's what
"link to previous page" did, but not so. Thanks for the help.
 
S

Spike

Using the code fragment option in publisher

Insert
<FORM><INPUT TYPE="button" VALUE="Return" onClick="history.go(-1);return
true;"> </FORM>

This will create a button to click on that will return the user to the
previous page

You may change "Return" to any thing you wish it to show on your page

Spike
 

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