Steve,
The way that I use it is like this.

<!--- I run my logic here and if everything is ok to return, it let it hit
this next piece --->
<cf_returnfuseaction
     action="return">

That is all you have to do.
Bill


> -----Original Message-----
> From: Steve Ray [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 18, 2000 12:31 PM
> To: [EMAIL PROTECTED]
> Subject: Re: returnfuseaction
>
>
> This is a multi-part message in MIME format.
> --------------59C8A80039F7F0D6F50FEDB0
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> Bill -
>
> Maybe I'm confused. It looks like you're displaying the syntax to
> use on the page where you set the returnfuseaction, but you're
> not displaying the syntax for what you use on the page
> that receives it. What do you put on the page you describe below
> as 'now the other half'? Thanks for any help. I've never really
> understood this tag.
>
>
> Steve Ray
> Matrix
>
>
> Bill Killillay wrote:
>
> > In the first checking template you use it like this.
> > First notice the action is SET
> > Second you can either hard code the returnurl or you can use it
> like below.
> > This can be the page your on, or another page depending on how
> you need to
> > use it.
> > Third is the gotourl - this is the page that needs to have the
> other half of
> > this tag because that's where it's going.
> > <cf_returnfuseaction
> >         action="set"
> >         returnurl="#attributes.returnurl#"
> >         gotourl="#request.webroot#/index.cfm?fuseaction=somefuseaction">
> >
> > Now the other half.
> > It can be that simple.... once the action or what ever has
> happened, it then
> > will go back to the returnurl that you set in the first tag.
> One more thing
> > you can set in this tag is a defaulturl which is where it will
> go if there
> > was not a returnurl set in the step above.
> > <cf_returnfuseaction
> >         action="return">
> >
> > Well I hope that helps some.
> >
> > Bill
>
> --------------59C8A80039F7F0D6F50FEDB0
> Content-Type: text/x-vcard; charset=us-ascii;
>  name="sray.vcf"
> Content-Transfer-Encoding: 7bit
> Content-Description: Card for Steve Ray
> Content-Disposition: attachment;
>  filename="sray.vcf"
>
> begin:vcard
> n:;
> tel;fax:703.838.9799
> tel;work:703.838.9777
> x-mozilla-html:TRUE
> url:www.matrixgroup.net
> org:Matrix Group International
> version:2.1
> email;internet:[EMAIL PROTECTED]
> title:Developer/Hipster
> adr;quoted-printable:;;801 N. Fairfax Street=0D=0ASte.
> 205;Alexandria;Virginia;22314;
> fn:Steve Ray
> end:vcard
>
> --------------59C8A80039F7F0D6F50FEDB0--
>
> ------------------------------------------------------------------
> ------------
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fu
sebox or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

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