VBScript

VBScript is a subset of the Visual Basic language and was written as an alternative to JavaScript. As with JavaScript, VBScript is used with HTML pages to increase functionality and interaction with the end user. Its only purpose is to enhance Web documents.

VBScripts are contained inside the HTML SCRIPT tags or inside the form element tags and are executed when the HTML document is loaded or in response to an event. If the VBScript statements are not inside procedures, they are executed when the document is loaded. Procedures definitions should be placed inside the HEAD tags.

VBScript Links

  1. VBScript Documentation
  2. VBScript Tutorial

Examples of VBScript