Calling to Display the Alert Dialog onLoad : HTML Body Event : HTML JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » HTML » HTML Body Event »

 

Calling to Display the Alert Dialog onLoad




<html>
<head>
  <title>Dialog from onLoad</title>
  <script type="text/javascript">
  <!--
    function opendoc(){
      alert("Dialog called ")
    -->
  </script>
</head>
<body onload="opendoc()">
  <b>
    Test page of onLoad JavaScript call
  </b>
</body>
</html>


           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo HTML
» HTML Body Event