Matt,

The point folks are trying to make here is that, while you keep referring to
a "url variable," there are no URL variables in the URL string you quoted --
not in the sense that ColdFusion (or other scripting languages, for that
matter) recognize URL variables.

We understand that the value you're trying to access is within that URL
string. And all folks are saying is, you have to parse the URL string, which
you can access from a CGI variable.

Suggestion: put <cfdump var="#cgi#" /> in your default page, and look at the
variables and values that are passed. Pick the appropriate one, then code a
way to parse out the values you're looking for.


-- 
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281353
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