The following is contained in the index.cfm file of the "members" directory
in fusebox.org's source code.

perhaps someone could explain:

    1. where is the fuseaction "goto" referenced elsewhere?
    2. what purpose/function does "request.listofattributes" serve?
    3. when does one use returnfuseaction's "set" or "return" command?

I would be greatly in your debt. Thanks so much.

<cfcase value="goto">
    <cf_returnfuseaction
        action="set"
        returnurl="#cgi.http_referer#"
        gotourl="index.cfm?fuseaction=#attributes.gotofuseaction#">
</cfcase>
<cfcase value="saveuser">
    <cfinclude template="act_saveuser.cfm">
    <cfset request.listofattributes="rememberme=#rememberme#">
    <cf_returnfuseaction
        action="return"
        defaulturl="#request.webroot#/index.cfm?rememberme=#rememberme#">
</cfcase>
<cfcase value="login">
    <cfinclude template="act_login.cfm">
    <cfset request.listofattributes="rememberme=#rememberme#">
    <cf_returnfuseaction
        action="return"
        defaulturl="#request.webroot#/index.cfm?rememberme=#rememberme#">
</cfcase>

-Russ

-- 
Russell Jones
Webmaster
ImproveNow.com
Phone: 207.236.0146
e-mail: [EMAIL PROTECTED]



------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to