JDT Systems
Categories => Web Coding => Topic started by: jdaniele on October 04, 2017, 10:04:18 PM
-
Put this script in the body of the HTML page.
=====================================
<button onclick="myFunction()">Try it</button>
<script>
function myFunction() {
alert("I am an alert box!");
}
</script>
=====================================