404470-1.html (450B)
1 <html> 2 <head> 3 <script> 4 5 function boom() 6 { 7 var iframe = document.createElement("iframe"); 8 document.body.appendChild(iframe); 9 iframe.setAttribute("src", 'data:application/xhtml+xml,<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><script>window.parent.document.body.style.display="inline"; window.parent.document.body.offsetWidth;</' + 'script></window>'); 10 } 11 </script> 12 </head> 13 14 <body onload="boom();"></body> 15 </html>