Help with inter-page movements (via FrontPage)

J

John Berg

A book mark is a point in a web page that can be entered. Form is <a
name="dog"> </a> One gets to that point from <a href="#dog"></a>. Also
<a href="baker.html#dog"></a> should get you to "dog" in the baker page
from another page. How does one jump from a page in one folder to a page in
another folder?
 
J

Jerry Schwartz

You can either specify the full path or a relative path such as
.../otherdir/page.html
 
J

John Berg

Thanks Jerry,
Am I correct that your reference would get me to the top of file
"../otherdir/page.html." I want be at the exact point in the other
folder/page such as ../otherdir/page.html#spot which was identified by <a>
name="spot" > Select entrance. </a>.

Is this possible?
 

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