Wednesday 4 July 2012

Ex04: A script in the body section in VBScript

<!DOCTYPE html>
<html>
<body>


<script type="text/vbscript">
document.write("This message is written by VBScript")
</script>


</body>
</html>

No comments:

Post a Comment