Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

VBScript tutorial


May 13, 2021 VBScript


Table of contents


VBScript tutorial

VBScript is called Visual Basic Script.

VBScript is the scripting language of Microsoft.

VBScript is the default scripting language for ASPs (Active Server Pages).

You can try VBScript in Internet Explorer.

VBScript editor

VBScript is a dynamic scripting language.

Internet Explorer supports VBScript. So you can perform VBScript in the Internet Explorer, and with our VBScript online instance, you can see the results of the instance::

Instances (can only be run in Internet Explorer)

<html>
<body>

<script type="text/vbscript">
document.write("This is my first VBScript!")
</script>

</body>
</html>

Try it out . . .

Click the "Try it" button to see the results.

What is VBScript?

  • VBScript is a scripting language
  • A scripting language is a lightweight programming language
  • VBScript is a lightweight version of Visual Basic, Microsoft's programming language

VBScript instance

Learn from examples. With our editor, you can edit the source code and click the Try button to see the results.

Online examples!


VBScript reference manual

You can find the complete VBScript reference manual in this site.

VBScript reference manual