I wasn't being testy at all, but ok. As for why not add another url variable in there, because the client who contacted this 3rd party software is basically running out of time and money with the 3rd party. Getting another URL variable in there would probably cost them another half a million. ;) I only wish I was joking...
I think I have a resolution to this. I'm just surprised that the CFMX server doesn't have a way to pull down the entire URL as it stands without breaking it apart. No worries. Thanks for the ideas. -----Original Message----- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Friday, April 21, 2006 1:28 PM To: CF-Talk Subject: Re: URL issue Little testy on a Friday are we? You never know who the guy is that understands and who the guy is that doesn't understand. I like Jacob's idea. Why not add another url variable so that before you get to the # sign, you have ?&u=yes&highlight=yes. Then you'll have a value in the url scope to check for whether or not to disable those tags. --Ferg Todd Rafferty wrote: > Yes, I know that. I sent another message to further explain. I know that > it's nothing more than an HTML anchor tag. I know what the purpose of the # > is for. > > -----Original Message----- > From: Ken Ferguson [mailto:[EMAIL PROTECTED] > Sent: Friday, April 21, 2006 11:13 AM > To: CF-Talk > Subject: Re: URL issue > > As a follow-up, if you want to see, very simply, what is happening make > a page called test.cfm with this code on it: > > <a href="test.cfm?x=3#6">click</a> > <cfdump var="#cgi#"> > <a name="6">test anchor</a> > > > Todd Rafferty wrote: > >> 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:238393 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

