Named Link Page

If you clicked on this sample you are now at the Named Link Page which is saved as a file called NAMELINK.HTM.

You got here by clicking on a named anchor in the previous page which was named testlink.

To get back to the exact location you left you will use the same format that you used when you linked within the same document except add the anchor name to the end using the # symbol.

NOTE: FILE NAMES SHOULD BE LOWER CASE.
       UPPER CASE IS USED HERE ONLY FOR EASE OF VIEWING.
<A HREF="STEP14.HTM#TESTLINK">RETURN TO PREVIOUS PAGE'S NAMED LINK </A>

Would give you the following to get back to were you came.
(Note: The STEP14.HTM is the name of the previous file in this case, and the #TESTLINK is the name of the location we want to goto in that file. The difference from the link that took you here is the name of the document you are going to and placing the "#TARGET NAME" at the end of the file name instead of at the beginning).

RETURN TO PREVIOUS PAGE'S NAMED LINK