Target
frame names that have special meanings to browsers
-
"_self" (Same Frame) sets the target frame of the hyperlink
to the same frame that contains the hyperlink. Use this setting to override
the page's default target frame.
-
"_top" (Whole Page) sets the target frame of the hyperlink to the
entire Web browser window.
-
"_blank" ( New Window) specifies that a new instance of the Web browser
should be launched on the user's desktop, and the page that is the target
of the hyperlink should be displayed in the new instance of the Web browser.
-
"_parent" (Parent Frame) specifies to display the page that is the
target of the hyperlink in the frame that contains the current frameset
tag. This is an advanced feature.
-
If a name other than the values specified above is chosen, a new browser
window is spawned when the first link is followed. All followed links will
be displayed in the new window.