1341657.html 520 B

1234567891011121314
  1. <html>
  2. <head>
  3. <script>
  4. o1 = document.createElement("script");
  5. o2 = document.implementation.createDocument('', '', null);
  6. o3 = document.createElement("iframe");
  7. document.documentElement.appendChild(o3);
  8. o4 = o3.contentWindow;
  9. o5 = document.createTextNode('o2.adoptNode(o3); try { o4.location = "" } catch(e) {}');
  10. o1.appendChild(o5);
  11. document.documentElement.appendChild(o1);
  12. </script>
  13. </head>
  14. </html>