I think he was saying in really uh short terms was, if it isn't working then
don't do it. :)
You could fix it with something like this. At the top of your index.cfm
(above the <cfparam name="attributes.fuseaction" default="whatever">) you
could have something like this:
<cfif isDefined('attributes.fuseaction')>
<cfset client.currentfuseaction = attributes.fuseaction>
</cfif>
<cfif isDefined('client.currentfuseaction')>
<cfset attributes.fuseaction = client.currentfuseaction>
</cfif>
Now if you don't pass a fuseaction it'll still set the user to the last
fuseaction when they refresh, but I think you'll find that your going to
loose any of the other form variables your setting in that form. Besides
that how are they going to bookmark anything.
Fred T. Sanders
Charlottesville, VA
-------------------------------------------
There's no such thing as idiot-proof software.
Idiots are just too clever for that.
Make an easy $10.00?
http://www.inboxcash.com/$10/referral.asp?id=432820
----- Original Message -----
From: "George Kaytor" <[EMAIL PROTECTED]>
To: "Fusebox" <[EMAIL PROTECTED]>
Sent: Monday, January 22, 2001 8:24 AM
Subject: Re: Newbie fusebox question
> that's not a very enlightening response.... why?
>
> -George
>
>
> >From: "Andrew Tollervey" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: Fusebox <[EMAIL PROTECTED]>
> >Subject: Re: Newbie fusebox question
> >Date: Fri, 19 Jan 2001 19:54:39 -0000
> >
> >Don't.
> >----- Original Message -----
> >From: "George Kaytor" <[EMAIL PROTECTED]>
> >To: "Fusebox" <[EMAIL PROTECTED]>
> >Sent: Friday, January 19, 2001 3:03 PM
> >Subject: Newbie fusebox question
> >
> >
> > > Hey gang,
> > >
> > > I started fooling around with fusebox but I don't like any information
> > > popping up in the url. To get around this, I use form variables to
pass
> >the
> > > fuseaction. For example, a link might point to a javascript function
> >that
> > > sets the fueseaction and submits the form:
> > >
> > > document.form.fuseaction = "action";
> > > document.form.submit();
> > >
> > > This works great as the user only sees the index.cfm in the url. The
> >problem
> > > occurs whenever the user refreshes the screen. They return to my
default
> > > case in the index which is the main menu. Any thoughts or comments on
> >doing
> > > this?
> > >
> > > thanks,
> > >
> > > george
> > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists