Greetings,

        I have a quick PLP question.  Has the feature of using the value End
for thisStep.nextStep become deprecated in Spectra 1.5.1?  I have a three
step PLP, and I would like to allow the user to exit from Step 2, and not
return there if they reenter the PLP.  My other option could be to
explicitly kill the PLP, but it seems that End should work.  Any insight is
appreciated.  Here is my code snippet:

        <CFSCRIPT>              
                thisStep.isComplete = 1;
                thisStep.nextStep = "End";      
        </CFSCRIPT>

                Casey
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to