View Single Post
Old 01-10-2012, 11:47 PM   PM User | #1
korssane
Regular Coder

 
Join Date: Jun 2011
Posts: 148
Thanks: 18
Thanked 0 Times in 0 Posts
korssane is an unknown quantity at this point
URL encodedFormat

Hi Peers,

i'am trying to pass a URL "encodedFormat" string to another page.
I'am having trouble to pass symbols like # otherwise everything else seem to work.

source page


Code:
<cfset var1="abc$d"> 
<cflocation url="URLDECODE.cfm?var11=#urlEncodedFormat(var1)#">


destination page


Code:
<cfoutput> 
The url variable passed is : #URL.var11# </cfoutput>

if i put var1="abc12#", this will gimme an error ...

problem happens with "#" symbol ...


Thoughts
korssane is offline   Reply With Quote