Try running UrlEncodedFormat() on the query params that you are setting (ie. doing that for hidden form fields, or link values)... I think the "?" and other "special" characters are messing up the query string parsing (or not messing up, but not doing what you want???).
....................... Ben Nadel www.bennadel.com -----Original Message----- From: Todd Rafferty [mailto:[EMAIL PROTECTED] Sent: Friday, April 21, 2006 10:49 AM To: CF-Talk Subject: URL issue Hello All, been awhile since I've posted. I have a very stupid question and I'd like to know why the CFMX server isn't showing me the full CGI.QUERY_STRING variable. The URL is: http://intranet/test.cfm? <http://intranet/test.cfm?&u=yes#xml=http://somesite.com:8223/inquiragw/ui.j sp?ui_mode=answer&prior_transaction_id=0&iq_action=6&answer_id=16777218&high light_info=4199817,0,3&turl=http%3A%2F%2Fwww.somewebsite.com%2Fresources%2Fd %2Fdocument.cfm%3FMode%3Ddownload%26f%3D102477A0-C0BA-> &u=yes#xml=http://somesite.com:8223/inquiragw/ui.jsp?ui_mode=answer&prior_tr ansaction_id=0&iq_action=6&answer_id=16777218&highlight_info=4199817,0,3&tur l=http%3A%2F%2Fwww.somewebsite.com%2Fresources%2Fd%2Fdocument.cfm%3FMode%3Dd ownload%26f%3D102477A0-C0BA- Yes, all of that. Anyway, when I dump <cfdump var="#url"#"> All CFMX wants to show me is "u=yes" which is understandable. However, when I look at the debugging specifically at the CGI scope, I see: QUERY_STRING=&u=yes Why isn't the CFMX server showing anything from # on? It's an HTML anchor. Even if you <cfdump var="#cgi#"> you can't get access to that full URL string. Am I missing something here? Maybe I'm not thinking straight being hopped up on cold medicine at the moment. Thanks, ~Todd ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238369 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

