alert()
In this chapter you will learn:
alert dialog
alert()
shows a message dialog:
<!DOCTYPE HTML> <!-- j av a 2s . co m-->
<html>
<body>
<script type="text/javascript">
alert("message");
</script>
</body>
</html>
Next chapter...
What you will learn in the next chapter:
Home » Javascript Tutorial » Window