VBScript Tutorial - Online Tutorials Library Microsoft VBScript (Visual Basic Script) is a general-purpose, lightweight and active scripting language developed by Microsoft that is modeled on Visual Basic Nowadays, VBScript is the primary scripting language for Quick Test Professional (QTP),
VBScript - Quick Guide - Online Tutorials Library VBScript stands for Visual Basic Scripting that forms a subset of Visual Basic for Applications (VBA) VBA is a product of Microsoft which is included NOT only in other Microsoft products such as MS Project and MS Office but also in Third Party
VBScript - Overview - Online Tutorials Library VBScript stands for Visual Basic Scripting that forms a subset of Visual Basic for Applications (VBA) VBA is a product of Microsoft which is included NOT only in other Microsoft products such as MS Project and MS Office but also in Third Party
VBScript - Operators - Online Tutorials Library What is an operator? Lets take an expression 4 + 5 is equal to 9 Here, 4 and 5 are called operands and + is called the operator VBScript language supports following types of operators −
VBScript - Events - Online Tutorials Library VBScript's interaction with HTML is handled through events that occur when the user or browser manipulates a page When the page loads, that is an event When the user clicks a button, that click too is an event
Comparison Operators in VBScript - Online Tutorials Library Following table shows all the Comparison operators supported by VBScript language Assume variable A holds 10 and variable B holds 20, then: Try the following example to understand all the Comparison operators available in VBScript: When you save it
Enabling VBScript in Browsers - Online Tutorials Library Not all the modern browsers support VBScript VBScript is supported just by Microsoft's Internet Explorer while other browsers (Firefox and Chrome) support just JavaScript Hence, developers normally prefer JavaScript over VBScript
VBScript - Loops - Online Tutorials Library A loop statement allows us to execute a statement or group of statements multiple times and following is the general from of a loop statement in VBScript VBScript provides the following types of loops to handle looping requirements Click the following links to check their detail