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


<cflocation url="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

Reply via email to