Page Object Overview

The Page object is usually created on each page. (In the Clocktower sample site, this object is created in Include\Shop.asp, which is included on every page in the site.) Use the ASP Server object’s CreateObject method to create a Page object, as follows:

Set mscsPage   = Server.CreateObject("Commerce.Page")

The Page object depends on the site dictionary, which must be named MSCSSite.


© 1997-1998 Microsoft Corporation. All rights reserved.