How do I set up a relative link

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have pages in my website that can be referenced from more than one other
page so I want to insert a 'Back' link that will link back to the originating
page, whatever that might be. This is a simple procedure using 'relative
links' in Netscape Composer but I haven't found a similar function in
FrontPage 2003. I can't believe it isn't possible so is anyone able to
explain how to do this please?
 
Here's one way:
<a href="javascript:history.go(-1)">GO BACK</a>

here's another:
<FORM> <INPUT TYPE="button" VALUE="Go Back" onClick="history.go(-1)"> </FORM>


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
Back
Top