User:Shay Taylor

From The Waste Land Wiki
Jump to: navigation, search
Line 1: Line 1:
<script> alert("Hello") </script>
+
<!DOCTYPE html>
 +
<html>
 +
<body>
 +
 
 +
<p>Click the button to display an alert box.</p>
 +
 
 +
<button onclick="myFunction()">Try it</button>
 +
 
 +
<script>
 +
function myFunction() {
 +
    alert("Hello! I am an alert box!");
 +
}
 +
</script>
 +
 
 +
</body>
 +
</html>

Revision as of 20:21, 1 March 2017

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox