<!DOCTYPE html> <html> <body onload="test();"> <script> function test() { parent.iframeLoaded(); } </script> </body> </html>