window and self are synonyms for the current window |
top refers to the highest-level window in a hierarchy of frames |
parent refers to the previous window or frame in a hierarchy of frames |
A window may have a name: myWin = window.open(URL); |
Note: The opener property is not supported in NN2. |