1 2 3 4 5 6 7 8 9
<!doctype html> <html> <head> <title>support init file</title> </head> <body> <script> parent.init() </script> </body> </html>