How to create a message box when page gets opened?

 Posted by Kmandapalli on 2/21/2014 | Category: JavaScript Interview questions | Views: 1671 | Points: 40
Answer:

<html>
<head>
<script language="javascript" type="text/javascript">
alert("Welcome to my site")
</script>
</head>
</html>
<font face="Tahoma"><a target="_blank" href="http://www.dotnetfunda.com/"><span style="font-size: 8pt; text-decoration: none">DotNet Funda</span></a></font>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response