1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<html> <body onhashchange='hashchange(event)' onload='load()'> <script> function hashchange(e) { (opener || parent).childHashchange(e); } function load() { (opener || parent).childLoad(); } </script> Just a shell of a page. </body> </html>