Hello,
I have a coldfusion app, where we pass a value within a url parameter that contains a # sign. We need this because, the app jumps to a particular hyperlink.
Ex: #61.51e will take you to chapter 61 stuff. Chapter 61 is contained within its own coldfusion file.
So I have a little traffic code module that needs to extract
the first 2 characters after the # sign to know which file to call.
However whenever I try to exam the URL parameter, cold fusion says it is not defined. The # is confusing the isDefinted function.
I hope this makes some sense. Anyway thanks for your help
Mike
I have a coldfusion app, where we pass a value within a url parameter that contains a # sign. We need this because, the app jumps to a particular hyperlink.
Ex: #61.51e will take you to chapter 61 stuff. Chapter 61 is contained within its own coldfusion file.
So I have a little traffic code module that needs to extract
the first 2 characters after the # sign to know which file to call.
However whenever I try to exam the URL parameter, cold fusion says it is not defined. The # is confusing the isDefinted function.
I hope this makes some sense. Anyway thanks for your help
Mike