1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style> body { background: url('../1x1.jpg'); } </style> <script src="../../../dist/jquery.js"></script> </head> <body> <script> window.parent.iframeCallback(); </script> </body> </html>