VBScript Introduction
- Previous Page VB Tutorial
- Next Page VB How to
Basic knowledge you need before learning:
Before you continue learning, you should have a basic understanding of the following knowledge:
- Basics of WWW, HTML, and Website Construction
If you want to learn the above projects first, please visit ourHome Page.
What is VBScript?
- VBScript is a scripting language
- Scripting language is a lightweight programming language
- VBScript is a lightweight version of Microsoft's programming language Visual Basic
How does it work?
When VBScript is inserted into an HTML document, the Internet browser reads the document and interprets the VBScript. VBScript may execute immediately or at a later event.
- Previous Page VB Tutorial
- Next Page VB How to