<html>
<head>
<script type="text/vbscript">
function myFunction()
alert("Variable")
end function
</script>
</head>
<body onload="myFunction()">
</body>
</html>
<head>
<script type="text/vbscript">
function myFunction()
alert("Variable")
end function
</script>
</head>
<body onload="myFunction()">
</body>
</html>
No comments:
Post a Comment