Message Box Appear
Submitted by alpha_luna on Tuesday, May 17, 2016 - 15:08.
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.- <!DOCTYPE html>
- <html>
- <head>
- <script language="javascript" type="text/javascript">
- alert("Welcome to Sourcecodester.com - Free Source Code")
- </script>
- </head>
- <body>
- <div style="margin: auto; width: 318px;">
- <a target="_blank" href="http://www.sourcecodester.com/" style="text-decoration: none">
- </a>
- </div>
- </body>
- </html>
Output:

Add new comment
- 39 views