160 Developing Web Services Using CICS, WMQ, and WMB
8.1 Using VB Script
VBScript (short form of Microsoft Visual Basic® Scripting Edition) is a scripting
language and is based on Microsoft’s Visual Basic. It can be executed as a
standalone application, or, as in our example, it can be embedded in a Web
page.
Here we present two scripts, the first to invoke a check for a change of address
and the second provides a report of all corporate clients who acknowledged
receipt of the change of address notification.
8.1.1 VBScript Retrieve Address Query
The intention was to demonstrate how a simple Web page, (with embedded
VBScript) could be used to implement our Query Change of Address Request.
We wanted to have a Web page with a command button that ...