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
 
Top