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"-->

One 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.  Once they hit the "Finish" button, that targets the next file in the sample, the WizPushChn0.asp file.

WizPushChn0.asp


© 1997-1998 Microsoft Corporation. All rights reserved.