Previous in Contents Next in Contents

The Sample ASP Wizard Pages

The ASP pages that contain the "wizard" code are discussed below. The "wizard" is supposed to provide the end user with a "step-by-step" process for setting the options for the agent.

WizSampleAgent.asp

The sample uses many "Lib" files used by the Push feature. They are listed below:

<!--#Include File="LibGlobals.asp"-->
<!--#Include File="LibUtil.asp"-->
<!--#Include File="LibRes.asp"-->
<!--#Include File="LibWizard.asp"-->

You should become familiar with what is contained in them to take advantage of previously defined and useful functionality.

In this case, the user's selections are temporarily stored in the current ASP Session collection under the names "Dict_Directory" and "Dict_Files."

The user can go about changing the Directory that contains the files, and can then select files. Clicking Finish targets the next file in the sample, the WizPushChn0.asp file.

WizPushChn0.asp

This file is a part of the channel agent wizard and is references when the user is ready to update the options.


© 1997-2000 Microsoft Corporation. All rights reserved.