Javascript onload Event



Javascript onload Event 


 <!doctype html>
<html>
<head>
 <title> pageload</title>

</head>
<body onload="pageload()">
   <script>
      function pageload(){    
   alert("Welcome to my website..!");
  }
   </script>
</body>
</html>

Post A Comment
  • Blogger Comment using Blogger
  • Facebook Comment using Facebook
  • Disqus Comment using Disqus

No comments :

Thanks For visiting Infotech Solutuion Blog