Tuesday, May 16, 2017

Java Script into Head Section

<html>
<head>
<script language= "javascript"type="text/javascript">
function.message()
{
alert("hello friends")
}
</script>
</head>
<body onload="message()">
</body>
</html>

No comments:

Post a Comment