In Association with Amazon.in   Flipkart

Tuesday, July 9, 2013

Javascript Alert Dialog Box With Example

alert box: To display some message in the dialog box.

Example for alert box

<html>
<head>
           <script>
           a = 10;        
           alert('Value of a is ' + a);
           </script>
</head>
<body>
</body>
</html>

No comments:

Post a Comment


Related Posts Plugin for WordPress, Blogger...