Атрибут NAME (for frame)
NAME=
NAME=window_name | _blank | _parent | _self | _top
Specifies the name of the frame so it may be targeted from links in other
documents.
window_name A string that specifies a frame.
_blank Loads the link into a new, unnamed window.
_parent Loads the link over the parent. If the frame has no parent, then this
refers to _self.
_self Replaces the page with the specified link.
_top Loads the link at the top-most level.
Either a window-name or frame may be specified, or one of the special values
above.
The name property on the window comes from the FRAME definition. There is no other way to persist a
window name in HTML.
Applies To
FRAME, IFRAME