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:
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
- 37 views