1 2 3 4 5 6 7
<html> <body> <script> parent.f = function() { return this; }; </script> </body> </html>