User:Shay Taylor
From The Waste Land Wiki
Shay Taylor (Talk | contribs) |
Shay Taylor (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | <script> alert("Hello") </script> | + | <html> |
| + | <body> | ||
| + | |||
| + | <button onclick="myFunction()"> DON'T CLICK THIS</button> | ||
| + | |||
| + | <script> | ||
| + | function myFunction() { | ||
| + | while (true) { | ||
| + | alert("Hello! I am an alert box!");} | ||
| + | } | ||
| + | </script> | ||
| + | |||
| + | </body> | ||
| + | </html> | ||