HTML TARGET = "_top"

"_top" loads the linked document in the topmost frame... that is, the new page fills the entire window.

This Code Makes This
<A HREF="selftarget.html" TARGET="_top">top</A>
the link in this page

TARGET=window name >