Tuesday, 19 July 2011

Window Object

<html>
<head>
<script type="text/javascript">
function show_alert()
{
alert("Chetan n Sultana Welcomes U!!!!");
}
</script>
</head>
<body>
<input type="button" onclick="show_alert()" value="Show alert box" />
</body>
</html>

No comments:

Post a Comment