I can't undarstand one thing. How You encode Your original value to "Sr
+16%2b"? Because when I use encodeURIComponent I get "%20Sr%2016%2B"
which properly decodes to original value.

EDIT: I read this topic second time and realised that the point is
that it is prototype which encodes Your string and for unknown reason
does it wrong.

Sorry if I wrote something obvious ;)

On 4 Sty, 06:35, kstubs <[email protected]> wrote:
> Follow up:  walking through the code, where my value is decoded to:
> "Sr+16+", if I update (fix) the value back to "Sr+16%2b" and then send the
> request through, when I look at the Post values in the Console the value
> becomes: "Sr 16+".  I'm not sure when the value becomes this, and this
> doesn't work, it has to be "Sr+16%2b".  
>
> Any ideas?
> Karl..

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to