Introduction to VBScript

When deploying a Web site with Microsoft's Internet Information Server (IIS), it is convenient to use Active Server Pages (ASPs) to dynamically generate content, rather than keeping it all in static files. ASPs are XHTML templates that have server-side scripts built into them. These scripts are parsed out and executed by the IIS server, and the scripts'output very often produces the dynamic content.

IIS supports a server-side object model that makes writing ASPs a relatively straightforward task. However, to manipulate these server-side objects, you must use an object-oriented scripting language. IIS supports scripts written in both JScript (Microsoft's variant of ECMAScript) and VBScript. VBScript tends to be easier ...

Get Platinum Edition Using XHTML™, XML, and Java™ 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.