VB tutorial
VBScript is a scripting language produced by Microsoft.
VBScript is ASP (Active Server Pages) The scripting language used by default.
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 instance, you can view the running results of the instance:
Example
实例(只能在Internet Explorer运行) <html> <body> <script type="text/vbscript"> document.write("This is my first VBScript!") </script> </body> </html>
Run instance»
Click the "Run instance" button to view the online instance
Click the "Try it" button to view operation result.
What is VBScript?
VBScript is a scripting language
The scripting language is a lightweight High-level programming language
VBScript is a lightweight version of Microsoft's programming language Visual Basic
VBScript Example
Learn through examples. Using our editor, you can edit the source code and click the "Try it" button to see the results.
Online example!
VBScript Reference Manual
You can find the complete VBScript reference manual on this site.
VBScript Reference Manual