Text Alert to Entering a Web Page
Submitted by alpha_luna on Wednesday, May 25, 2016 - 10:51.
Text Alert to Entering a Web Page
If you are looking for on how to create Text Alert to Entering a Web Page then you are at the right place. You can use this source code to give a message to the users that they're entering to your website. This is a simple source code. Enjoy coding.JavaScript Source Code
Kindly copy and paste to your HEAD tag of your page.- <script language="javascript" type="text/javascript">
- alert("Welcome to my Web Page.")
- </script>
Sample HTML Source Code
Copy and paste to your BODY tag.
This is the result.
Kindly click the "Download Code" button below for full source code. Thank very much.
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
- 41 views