ຄູ່ມູນຄວາມ Introduction to VBScript
- Previous Page VB Tutorial
- Next Page VB How to
The 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 building
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 at a later event.
- Previous Page VB Tutorial
- Next Page VB How to