Javascript

Hey there is something u wanna see .......... this is amazing


<html>
<head>
<script>
function myFunction()
{
alert("Page is loaded");
}
</script>
</head>

<body onload="myFunction()">
<h1>Hello World!</h1>
</body>

</html>

Save this file with a notepad ...... any name and with .html ...... open it ............. :D :D :D :D

0 comments: