OK I got working, I think... Thanks for the help guys. - Neal
-----Original Message----- From: Cornillon, Matthieu (Consultant) [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 3:28 PM To: CF-Talk Subject: RE: Query String Dud - issue What I meant for you to do is to use that code to test whether the ? at the end of the URL was a "bad query string" example. So, where this might be valid: http://www.26liter.us/news.html?qVal1=34&qVal2=apple .....this is not: http://www.26liter.us/news.html? The snippet I sent will test to see if the URL follows the "bad format" above. In that case, you do what you would do if the user loaded the page with no query string at all. The more complicated snippet I sent you lets a value like this pass through (presuming that ? within the query string are okay): http://www.26liter.us/news.html?qVal1=34&qVal2=apple&qVal3=Who? HTH, Matthieu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227959 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

