Hello out there. How do I handle whitespace in my value pairs embedded in the URL? Here is my URL:
/...PersonPage.cfm?type=2&CT=3&name=Holly%20Cole
When I try to set my variable in PersonPage.cfm, I'm only getting the part of the string up to the '%20'. (Name: Holly) I'm using <CFPROCESSINGDIRECTIVE SUPPRESSWHITESPACE="Yes"> in my files. Any suggestions???
/...PersonPage.cfm?type=2&CT=3&name=Holly%20Cole
When I try to set my variable in PersonPage.cfm, I'm only getting the part of the string up to the '%20'. (Name: Holly) I'm using <CFPROCESSINGDIRECTIVE SUPPRESSWHITESPACE="Yes"> in my files. Any suggestions???