Wednesday 4 July 2012

VBScript Tutorial Introduction


VBScript is a Microsoft scripting language.
VBScript is the default scripting language in ASP.
Client-side VBScript only works in Internet Explorer !!!

What You Should Already Know?

Before you continue you should have a basic understanding of the following:
  • HTML / XHTML


What is VBScript?

  • VBScript is a scripting language
  • A scripting language is a lightweight programming language
  • VBScript is a light version of Microsoft's programming language Visual Basic
  • VBScript is only supported by Microsoft's browsers (Internet Explorer)


How Does it Work?

When a VBScript is inserted into an HTML document, Internet Explorer browser will read the HTML and interpret the VBScript. The VBScript can be executed immediately, or at a later event.
VBScript only works in Microsoft browsers (Internet Explorer).

No comments:

Post a Comment