function breakout() { if (window.top!=window.self) { window.top.location="/example/hdom/tryjs_breakout.htm" } }
<input type="button" onclick="breakout()" value="跳出框架!">