Vbscript Tutorial
# VBScript Tutorial
VBScript is a scripting language developed by Microsoft.
VBScript is the default scripting language for ASP (Active Server Pages).
You can try using VBScript in Internet Explorer.
## VBScript Editor
VBScript is a dynamic scripting language.
Internet Explorer supports VBScript. So you can execute VBScript in IE browser. Through our VBScript online examples, you can view the running results:
## Example (Can only run in Internet Explorer)
[Try it Β»](
**Click the "Try it" button to view the running result.**
## What is VBScript?
* VBScript is a scripting language
* A scripting language is a lightweight programming language
* VBScript is a lightweight version of Microsoft's programming language Visual Basic
## VBScript Examples
Learn by examples. Using our editor, you can edit the source code, then click the "Try it" button to view the result.
[Online Examples!](
## VBScript Reference Manual
On this site you can find the complete VBScript reference manual.
(
YouTip