<html><body><p>Stuck in a frame?</p><ahref="http://www.yahoo.com/"target="_top">Click here to get out of this frame!</a></body></html>
Play with the code:
See working example:
Explanation:
To make a link within a frame to load out of this frame in the top window of the browser, use the property target of the <A> tag and set its value to _top.