Calling to Display the Alert Dialog Directly : HTML Body Event « HTML « JavaScript DHTML
- JavaScript DHTML
- HTML
- HTML Body Event
Calling to Display the Alert Dialog Directly
<html>
<head>
<title>Dialog Test</title>
<script type="text/javascript">
<!--
alert("Dialog called");
// -->
</script>
</head>
<body>
<b>
Test page of default JavaScript call
</b>
</body>
</html>
Related examples in the same category