How to create a alert box using javascript?
Creating a popup message?
Explanation
Alert or Popup:
The in built function alert can be used for creating a alert or popup message.
Use the function with any string as argument.
Example:
<script language=javascript>
alert("This is a test alert message");
</script>
Test It:
Copy the code or type the code in to the text box shown below and click show.
A Note
Javascript (JS) is one of the most used languages in the world. Some times spelled as Java Script.
Hope you enjoy this tutorial. Do send your feedback or suggestions on this javascript or java script tutorial. This is a copyright content.