Wednesday 4 July 2012

Ex06: Insert a variable value in a text in VBScript

<!DOCTYPE html>
<html>
<body>


<script type="text/vbscript">
Dim name
name="Jan Egil"
document.write("My name is: " & name)
</script>


</body>
</html>

No comments:

Post a Comment