Popular Books:
'vbscript:' Pseudo-URL Addresses
This section describes what is a 'vbscript:' pseudo-URL address and provides several interesting examples of 'vbscript:' URLs. 2022-10-01, ∼375🔥, 0💬
"Function" Statement and Function Call
This section describes how to define and invoke a function procedure. Assigning a value to the procedure name in the function procedure sets the return value. 2022-10-01, ∼374🔥, 0💬
Built-in Conversion Functions
This section provides a list of commonly used built-in conversion functions. 2022-10-01, ∼374🔥, 0💬
GetVarInfo() - Variable Inspection Example
This section provides a tutorial example of writing a code, GetVarInfo(), to print out data type information of a given variable. 2022-10-01, ∼370🔥, 0💬
"For ... Next" Statement Example Examples
This section provides a tutorial example on how to use 'For ... Next' statements to repeat a block of statements. 2022-10-01, ∼365🔥, 0💬
Example - Passing Arguments by Reference
This section provides a tutorial example on how to pass arguments by reference to swap values passed through procedure arguments. 2022-10-01, ∼364🔥, 0💬
Example - Passing Arguments by Value
This section provides a tutorial example on how to pass arguments by value to swap values passed through procedure arguments. By this example will not work. 2022-10-01, ∼360🔥, 0💬
Variable Scope in Procedures
This section describes rules on scope of global variables defined in the main code and local variables defined in procedures. 2022-10-01, ∼359🔥, 0💬
"While" Statement Examples
This section provides a tutorial example on how to use 'while' statements to repeat a block of statements. 2022-10-01, ∼358🔥, 0💬
"Do ... Loop" Statements
This section describes how 'Do ... Loop' statements work in VBScript. A block of statements is repeated based on the specified condition. 2022-10-01, ∼357🔥, 0💬
Example - Variable Scope in Procedures
This section provides a tutorial example on validating scope of global variables in the main code and local variables in procedures. 2022-10-01, ∼349🔥, 0💬
"If" Statement Examples
This section provides a tutorial example on how to use different types of 'If' statements to control code executions. 2022-10-01, ∼337🔥, 0💬
Commonly Used Types of Statements
This section provides a list of commonly used types of statements. Simple examples of statements are also provided. 2022-10-01, ∼334🔥, 0💬
Using VBScript with Internet Explorer 11
This section provides tutorial example on how to enable script running and disable 'Edge' mode in IE 11 to load Web pages embedded with VBScript code. 2022-04-01, ∼6816🔥, 5💬
💬 2021-01-03 Herong: Rory, thanks for sharing the information!
💬 2022-01-02 Herong: Cody, you can try the suggestion in VBScript Support in IE Web Browsers
💬 2021-12-28 Cody Shmaz: Is it possible to right a MsgBox() on a web page? thanks!
Popular Posts:
This section describes how to display a Web form and process form Chinese input data in UTF-8.
The Horse Exciting and extroverted, vivid and animated, the Horse is the life of any party he attend...
科兴生物新冠疫苗是什么时候开始研发的?什么时候获 批的?下面是科兴生物新冠疫苗的时刻表: 2020年1月28日,科兴...
This section provides a tutorial example on how to write a Java program using socket interface to se...
This section provides a tutorial example on how to install Tomcat server on a local macOS system. It...