Re: capture url variable?

2008-09-16 Thread John P
Thank you all, that's exactly what I wanted to do. 



>cgi.query_string
>
>
>
>
>> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312639
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: capture url variable?

2008-09-16 Thread Charlie Griefer
cgi.query_string


On Tue, Sep 16, 2008 at 3:00 PM, John P <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I need to capture a url variable then add it to a redirect so my
> application which is changing servers will still work.
>
> Not sure where to start. Thanks, John
>
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312638
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: capture url variable?

2008-09-16 Thread Alan Rother
K...
Could you give us a little more info? What url variable are you looking to
capture and what do you want to do with it in the re-direct?

Are you looking to simply take whatever is in the URL string and pass it off
to another server like this:


http://www.MyOldAndSoonToBeGoneServer.com/index.cfm?login=y&someothervar=23

redirects to

http://www.MyNewServer.com/index.cfm?login=y&someothervar=23


That's super easy if that is the case


http://www.MyNewServer.com/index.cfm?#cgi.query_string#";>


-- 
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer
Manager, Phoenix Cold Fusion User Group, AZCFUG.org


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312637
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: capture url variable?

2008-09-16 Thread Shannon Peevey
Here is a link to a tutorial:
http://www.peachpit.com/articles/article.aspx?p=30497&seqNum=9

Here is my take on it with a meta-refresh:
http://localhost/
?#URL.myvar#">

But, it is pretty much 5pm, so I wouldn't trust it :)

speeves

On Tue, Sep 16, 2008 at 5:00 PM, John P <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I need to capture a url variable then add it to a redirect so my
> application which is changing servers will still work.
>
> Not sure where to start. Thanks, John
>
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312636
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


capture url variable?

2008-09-16 Thread John P
Hi, 

I need to capture a url variable then add it to a redirect so my application 
which is changing servers will still work. 

Not sure where to start. Thanks, John



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312634
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4