VBScript Introduction
- Previous Page VB Tuition
- 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:
- WWW, HTML and the basics of 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 will read this document and interpret VBScript. VBScript may be executed immediately, or may be executed at a later event.
- Previous Page VB Tuition
- Next Page VB How to