Fundet på: 
http://www.webmasterworld.com/forum21/5983.htm
6.16 Frame target names 
The following target names are reserved and 
have special meanings. 
_blank :: The user agent should load the designated 
document in a new, unnamed window. 
_self :: The user agent should load the document in 
the same frame as the element that refers to 
this target. 
_parent :: The user agent should load the document 
into the immediate FRAMESET parent of the current 
frame. This value is equivalent to _self if the 
current frame has no parent. 
_top :: The user agent should load the document 
into the full, original window (thus canceling 
all other frames). This value is equivalent to 
_self if the current frame has no parent.