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.

Add new comment
- 49 views