Thursday, 1 March 2012

onload event

<html>
<head>
<script type="text/javascript">
function message()
{
alert("Alert message");
}
</script>
</head>
<body onload="message()">
</body>
</html>

No comments:

Post a Comment