[thelist] FW: CROSS-POST: LINKS TO SPOTS IN OTHER DOCUMENTS

ViZi grafisch ontwerpers J.Visser at ViZi.nl
Tue Jul 4 11:18:50 CDT 2000


aardvark wrote:
> 
> From: "Villano, Paul" <VillanoP at usachcs-emh1.army.mil>
> To:
> Subject: CROSS-POST:  LINKS TO SPOTS IN OTHER DOCUMENTS
> Date: Thu, 22 Jun 2000 14:34:02 -0400
> 
> I want viewers to be able to click on a link in one document to go to a
> specific spot in another document.  I know how to do this from one spot to
> another in the same document, but how do you do it from one spot in one
> document to another spot in another document?  NOTE:  I don't want to just
> go from one document to another, but to a SPECIFIC SPOT in the second
> document.

The solution is simple: use a regular anchor and include a hash:

<A HREF="somedocument.html#somespot">link</A>

Make sure the hash you provied exists in the target document. To do
this, you would include the following line at the required spot in the
target 'somedocument' HTML file:

<A NAME="somespot"></A>

I hope this solves your problem. For more info on these HTML topics,
check the developers' section of the Netscape site:

<http://developer.netscape.com/docs/manuals/htmlguid/index.htm>

Good luck,

Jeroen Visser [BNO]

-- 

ViZi grafisch ontwerpers

E: mailto:J.Visser at ViZi.nl
I: http://www.vizi.nl




More information about the thelist mailing list