JDT Systems
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Guests can see common topics mostly likely to be talked about. These are changed from time to time.
Home
Help
Search
Login
Register
JDT Systems
»
Categories
»
Web Coding
»
Javascript Alert Box
« previous
next »
Print
Pages: [
1
]
Author
Topic: Javascript Alert Box (Read 454 times)
jdaniele
Administrator
Member
Posts: 251
Javascript Alert Box
«
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>
=====================================
Logged
"The true sign of intelligence is not knowledge but imagination." - Albert Einstein
Print
Pages: [
1
]
« previous
next »
JDT Systems
»
Categories
»
Web Coding
»
Javascript Alert Box