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

Introduction to VBScript


May 13, 2021 VBScript


Table of contents


Before you can learn, you need to have the basics:

Before you move on, you should have a basic understanding of the following:

  • WWW, HTML, and the basics of website building

If you would like to learn about the above projects first, please visit our home page.

Tip: Currently only Internet Explorer supports VBScript, not other browsers, but because of the widespread use of IE browsers, the corresponding VBScript applications should not be ignored.

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

How does it work?

When VBScript is inserted into an HTML document, the Internet browser reads the document and interprets VBScript. VBScript may be executed immediately or at the time of subsequent events.

In the next section, we'll start learning how to use VBScript!