Saturday, 28 June 2014

Html program for onload event

Html program for onload event




<html>
<head>
<title>Onload</title>
<script type="text/javascript">
function dis()
{
alert("enter the new world");
}
</script>
</head>
<body bgcolor="blue" onload="dis()">
</body>
</html>














output:

No comments:

Post a Comment