A message box when page opens (Javascript Code)

.

A message box when page opens (Javascript Code)

You can bring a message box or a alert a window which tell something to user at the first when page opens

<!--
 this script got from http://codes-free.blogspot.com/ coded by:Codes
Eydat-->
<html>
<head>
<script language="javascript" type="text/javascript">
alert("Welcome to my site")
</script>
</head>
</html>      
<font face="Tahoma"><a target="_blank"
href="http://codes-free.blogspot.com//"><span style="font-size:
8pt; text-decoration: none">JavaScript Free
Code</span></a></font>

 
Related Posts Plugin for WordPress, Blogger...