VBScript Tutorial

VBScript (Visual Basic Script) is a scaled down version of Visual Basic.

Visual Basic is a full blown programming language. VBScript, on the other hand, is a scripting language that can be run client-side (i.e. via your web browser), or server-side (i.e. on the web server). VBScript is the most common scripting language on websites that use ASP (Active Server Pages).

VBScript can also used client-side - perhaps as an alternative to JavaScript.

VBScript Tutorial

This VBScript Tutorial is for beginners. It teaches you VBScript from the ground up - starting with the basics.