<<< back to Targeting the Whole Window
This link "breaks out of frames", it targets the entire window:
The link was created using this code:
<A HREF="wwtarget.html" TARGET="_top">
TARGET="_top" means "target the entire window". See
Targeting the Whole Window for the full explanation.