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