Tuesday, 28 February 2012

Creating variable

<html>
<head>
<script type="text/vbscript">
function myFunction()
alert("Variable")
end function
</script>
</head>
<body onload="myFunction()">
</body>
</html>

No comments:

Post a Comment