Previous PageNext Page

5.3 Using Objects

Active Server Pages (ASP) provides access to Component Object Model (COM) objects. To use an object provided by a component, you create an instance of the object and assign the new instance to a variable name. Use the ASP Server.CreateObject method to create the object instance. Use your scripting language's variable assignment statement to give your object instance a name. When you create the object instance, you must provide its registered name (PROGID). For the base components provided with ASP, you can get the PROGID for the objects from the reference pages.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page