1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title>body</title> </head> <body> <div id="qunit-fixture"></div> <script src="../../jquery.js"></script> <script> window.parent.iframeCallback( window, document.body, "<script>window.scriptTest = true;<\x2fscript>" ); </script> </body> </html>