Let's say I have a website called www.mywebsite.com.
In it, I have two folders called "info" and "data".

Inside "info" is a page called infopage.htm.
Insted "data" is a page called datapage.htm.

I set a bookmark called "specialinfo" on infopage.htm.

I know how to make a link on that SAME page jump to
the "specialinfo" part of that page.

But what if I want to make a link on datapage.htm jump
right to the "specialinfo" section of infopage.htm?

I can do it if I hardcode
www.mywebsite.com/info/infopage.htm#specialinfo
but I don't want to hardcode it because pages move.
I want it to be done relatively with the ".." format.

How can I do this in frontpage 2002?

bookmark links in frontpage 2002 by Rick

Rick
Sun Oct 03 20:13:18 CDT 2004

If you look on the right hand side of the Insert
Hyperlink dialog box, you will see a button
labelled "Bookmark". Use the Hyperlink to define the page
and the Bookmark to define the bookmark on that page.

>-----Original Message-----
>Let's say I have a website called www.mywebsite.com.
>In it, I have two folders called "info" and "data".
>
>Inside "info" is a page called infopage.htm.
>Insted "data" is a page called datapage.htm.
>
>I set a bookmark called "specialinfo" on infopage.htm.
>
>I know how to make a link on that SAME page jump to
>the "specialinfo" part of that page.
>
>But what if I want to make a link on datapage.htm jump
>right to the "specialinfo" section of infopage.htm?
>
>I can do it if I hardcode
>www.mywebsite.com/info/infopage.htm#specialinfo
>but I don't want to hardcode it because pages move.
>I want it to be done relatively with the ".." format.
>
>How can I do this in frontpage 2002?
>.
>