455451-1.html 283 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script type="text/javascript">
  5. function boom()
  6. {
  7. window.addEventListener("DOMCharacterDataModified", function(){}, false);
  8. document.body.appendChild(document.createElement("isindex"));
  9. }
  10. </script>
  11. </head>
  12. <body onload="boom();"></body>
  13. </html>