Named Windows & Targetted Anchors

In Netscape Navigator 2.0, some document windows have names associated with them. Any anchor in any window can target to that name, which means that the anchor will open in the named window instead of in the window where the anchor was clicked on.

Here's how it works.

Simple Example #1

Simple Example #2

Default Targets

Naming a Document

Allowed Names

You can use any name for a window that is alphanumeric. All other names are ignored, except for these special names:
TARGET="_blank"
This will cause the link to always be loaded in a new blank window, which is not named.
TARGET="_self"
This will cause the link to always load in the same window that the link appeared in. This is useful for overriding a global BASE target.
TARGET="_parent"
This will cause the link to load in the FRAMESET parent of this document. This acts like _self in a document that has no parent.
TARGET="_top"
This makes the link load in the absolute top FRAME of the window. If the document is already at the top, it's the same as _self.

Copyright © 1995 Hagan Heller. The information on these pages may be freely copied, so long as they are not sold and this copyright information is included.