Message Box Appear

Message Box Appear

In this article, we are going to create Message Box Appear when the page is open. We are going to use JavaScript Codes then it will appear the message box when the page is open. This is only a shortcodes, kindly copy and paste to your editor and replace the message whatever you want and the code is ready.
  1. <!DOCTYPE html>
  2.  
  3.  
  4.  
  5. <script language="javascript" type="text/javascript">
  6. alert("Welcome to Sourcecodester.com - Free Source Code")
  7.  
  8. </head>
  9.  
  10.  
  11. <div style="margin: auto; width: 318px;">
  12. <a target="_blank" href="http://www.sourcecodester.com/" style="text-decoration: none">
  13. <span style="font-size:larger;">Free Source Code In Sourcecodester.com</span>
  14. </a>
  15. </div>
  16.  
  17. </body>
  18.  
  19. </html>

Output:

Result So what can you say about this work? Share your thoughts in the comment section below or email me at [email protected]. Practice Coding. Thank you very much.

Add new comment