In Association with Amazon.in   Flipkart

Tuesday, September 3, 2013

JavaScript Alert Function With Example

Alert() :- To display alert message in the dialogue.



Example for alert

<html>
<head>
       
</head>
<body>
   <script>

           a = 10;        
           alert('Value of a is ' + a); 

    </script>


</body>
</html>

 

No comments:

Post a Comment


Related Posts Plugin for WordPress, Blogger...