<html>
<body>
<script type="text/vbscript">
dim name
name="John Adams"
document.write("My name is: " & name)
</script>
</body>
</html>