If you're using fusebox, then you can probably convert the form fields to
URL parameters and CFLOCATION to that URL, because they'll be 'attributes'
on the other end either way.

Cheers,
barneyb

> -----Original Message-----
> From: Rob [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 25, 2004 11:59 AM
> To: CF-Talk
> Subject: Re: CFLocation with a dash of CFHTTP
>
> If it gets right down to it you can use _javascript_ - unless thats a
> no-no
>
> On Wed, 2004-02-25 at 11:54, Tyler Clendenin wrote:
> > This is unfortunatly a bad thing for me because I am using
> fusebox so I need to beable to change things up from one page
> to the next.  Plus after reading this page:
> http://www.sys-con.com/coldfusion/article.cfm?id=450 i feel
> there are too many draw backs associated with this for what I
> want to use it for.  Is this all?
> >
> > Tyler Clendenin
> > GSL Solutions
> >   ----- Original Message -----
> >   From: Nathan Strutz
> >   To: CF-Talk
> >   Sent: Wednesday, February 25, 2004 11:30 AM
> >   Subject: RE: CFLocation with a dash of CFHTTP
> >
> >
> >   Tyler,
> >
> >   Have a look at getPageContext().forward('template.cfm');
> >   This does a server side redirection, actually, it deletes
> the current page
> >   output buffer and starts a new one from the template you
> specify, as if
> >   issuing another request, but form and url variables are
> available on that
> >   next page. Call it either in cfscript or like <cfset
> >   getpagecontext().forward("")>.
> >
> >   -nathan strutz
> >
> >     -----Original Message-----
> >     From: Tyler Clendenin [mailto:[EMAIL PROTECTED]
> >     Sent: Wednesday, February 25, 2004 8:52 AM
> >     To: CF-Talk
> >     Subject: CFLocation with a dash of CFHTTP
> >
> >     I'm sure someone has wondered this exact same thing,
> and I'm sure it has
> >   been answered but I am going to ask anyway.
> >
> >     cflocation is a very useful tag
> >     cfhttp is a very useful tag
> >
> >     is there any easy way to perform a cflocation like
> redirect except posting
> >   data as if through a form?
> >
> >     Tyler Clendenin
> >     GSL Solutions
> >
> >
> >
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to